explain System.out.println
Answer Posted / trip
System: Class of java.lang package
out: predefine stream variable
println: method of PrintStream class (which is a type of
object reference by System.out)
| Is This Answer Correct ? | 15 Yes | 10 No |
Post New Answer View All Answers
What is the purpose of interface?
What is the format specifier?
when should you use stringbuilder class in a program?
how does the run() method in runnable work? : Java thread
When is an object subject to garbage collection?
What are the four pillars of java?
What is the importance of finally block in exception handling?
How many inner classes can a class have?
What is the difference between this() and super() in java?
What environment variables are required to be set on a machine in order to run Java programs?
Explain about collection interface in java?
What is the purpose of the return statement?
What are the differences between string, stringbuffer and stringbuilder?
Which collection is thread safe in java?
Write a program to reverse array in place?