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
Can we make a constructor final?
Variables used in a switch statement can be used with which datatypes?
What is meant by distributed application? Why are we using that in our application?
Explain the difference between the public, private, final, protected, and default modifiers?
What are the restrictions that are applied to the java static methods?
List down the methods and interfaces of collection class in java.
What is ‘has a’’ relationship in java?
Differece between class and generic class?
What is difference between an object and a class?
What is difference between calling start() and run() method of thread?
What are mutable classes?
What does singleton class mean?
What is sortedmap in java?
What is the replace tool?
What is a java applet? What is an interface?