explain System.out.println
Answer Posted / arun gopal
'System' is a class in java.lang package
'out' is a static object of PrintStream class in java.io
package
'prinln()' is method in the PrintStream class.....
| Is This Answer Correct ? | 791 Yes | 59 No |
Post New Answer View All Answers
what is anonymous class in java?
What is the advantage of OOP in java?
What is the independent variable in an experiment?
Explain method local inner classes ?
What are desktop procedures?
Why stringbuilder is not thread safe?
What is a short in java?
What is nullpointerexception?
Why do we need singleton?
What is parseint?
Mention a package that is used for linked list class in java.
How can you make a class serializable in java?
What is the difference between == and === javascript?
What is a "pure virtual" member function?
What is a map in java?