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
Does java map allow duplicates?
What is string made of?
What is the default value of the local variables?
Are arrays static in java?
What is the core java?
What is queue in java?
What are identifiers in java?
What are the different types of methodologies?
Is nan false?
Is it compulsory for a try block to be followed by a catch block in java for exception handling?
Explain some best practices you would apply while using collection in java?
What are the advantages of java over C++?
What is a boolean field?
What is user defined exception in Java?
Is string passed by reference in java?