System.out.println("");
System is a class in java.lang package.
out is a public static final reference variable of class type PrintStream.
println() is a method in PrintStream class which displays on screen whatever you pass in as argument.
System is a class in java.lang package.
out is a public static final reference variable of class type PrintStream.
println() is a method in PrintStream class which displays on screen whatever you pass in as argument.
![]() |
System.out.println |
0 nhận xét:
Đăng nhận xét