hello world
public class Hello {
public static void main(String[] args) {
System.out.println("helllo world");
/*注释
*/
}
}
public class Demo1 {
public static void main(String[] args) {
String a="hello";
System.out.println(a);
}
}
基本数据类型
//String是引用类型

位与字节


浙公网安备 33010602011771号