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 the difference between the direct buffer and non-direct buffer in java?
What is an object in java and how is it created?
What data type is true or false?
What is the difference between scrollbar and scrollpane?
Can variables be used in java without initialization?
Can a class be final?
What’s the difference between unit, integration and functional testing?
What is a condition in java?
What is an immutable object?
when should you use stringbuilder class in a program?
Can a final variable be manipulated in java?
what is static import in java? Explain
Explain thread life cycle in java?
What is the properties class?
What is Recursion Function?