Laboratory demand management strategies: An overview
目次
外觀
Java he yit chúng vu̍t-khien thô-hiong ke thien-nó chhàng-sṳt ngî-ngièn.
Ngî-fap
Yung Java chhàng-sṳt tá chhut Hello World:
// Hello.java
public class Hello {
public static void main(String[] args) {
System.out.println("Hello, World!");
}
}