explain System.out.println
Answer Posted / mayur gajera
'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 ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is comparable and comparator interface? List their differences
Can we have a method name same as class name in java?
What is void data type?
What does @override mean?
Can we use both this () and super () in a constructor?
What is the scope or life time of instance variables?
Write a program to reverse array in place?
What is a website container?
What is a default method?
How does finally block differ from finalize() method?
What does mean in regex?
What is the full meaning of java?
Why string is not thread safe?
What about main thread in java?
Why we use methods in java?