define System.out.println(); what is the meaning!
Answer Posted / amar
System.out.println( );
1.The System class contains several useful class fields and
methods. It cannot be instantiated.
2.System class has field out of type PrintStream class.
3.println() is a method in PrintStream class.
| Is This Answer Correct ? | 8 Yes | 8 No |
Post New Answer View All Answers
how to create daemon thread in java?
What is singleton class in java and how can we make a class singleton?
What is data member in java?
What is the integer of 16?
Write an algorithm for quick sort?
What is a ternary operator in java?
What is OOP Language?
How can you make a class serializable in java?
What is an infinite loop in java? Explain with an example.
Does java list allow null?
Can we declare array without size in java?
Can array grow dynamically in java?
What are predefined functions?
What is the difference between integer parseint and integer valueof?
What is the flag in java?