explain System.out.println
Answer Posted / sachin
System.out.println();
System - System is class
Out - Is an object of output stream (PrintStream class)
which is static and defined in System class.
Println()- Method from PrintStream class which use to write
output
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the class in java?
I want to print “hello” even before main is executed. How will you acheive that?
Convert Binary tree to linked list.
What is indexof in java?
Can you override a final method?
How many bytes is a url?
What does the “static” keyword mean?
What do bitwise operators do?
What is difference between calling start() and run() method of thread?
How will you add panel to a frame?
Does constructor be static?
What advantage do java's layout managers provide over traditional windowing systems?
What are the benefits of operations?
Is .net better than java?
What do you understand by looping in java? Explain the different types of loops.