explain System.out.println
Answer Posted / franklin
System: its the class
out: its the object of the class System
println():its the method which tells the compiler to print
a new line.
| Is This Answer Correct ? | 381 Yes | 273 No |
Post New Answer View All Answers
What is singleton pattern?
Can a method inside a interface be declared as final?
What is use of static method?
What are advantages of using Java?s layout managers than windowing systems?
what is thread? : Java thread
What is a class variable?
When should the method invokelater() be used?
What does localhost mean?
Is java programming easy?
Does java set allow duplicates?
What is the use of conditional statement?
How many bits are used to represent unicode, ascii, utf-16, and utf-8 characters?
Explain what access modifiers can be used for methods?
What is the use of arrays tostring () in java?
What are green threads in java?