public class FirstSample{
public static void main(String[]args){
System.out.println("We will not use 'hello World'");
}
}
本文将介绍如何使用Java编程语言通过控制台进行基本的输出操作,并提供了一个简单的示例程序,演示了如何使用System.out.println()方法打印字符串。
public class FirstSample{
public static void main(String[]args){
System.out.println("We will not use 'hello World'");
}
}

被折叠的 条评论
为什么被折叠?