explain System.out.println
Answer Posted / pawan
'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 | 1 No |
Post New Answer View All Answers
What is arrays sort in java?
Can arraylist contain null values?
What is default locale java?
How do you write a scanner class in java?
What is difference between static and final?
Describe the various concepts related to object oriented programming (oop).
What is the purpose class.forname method?
Why can't we make a class private in java?
Can a class with private constructor be extended?
According to java operator precedence, which operator is considered to be with highest precedence?
What is a void method java?
Why vector is used in java?
Explain about serializable interface in java?
Which is faster string or stringbuilder?
What are the topics in core java?