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
What is early binding and late binding in java?
Are functions objects in java?
Which class is the superclass for every class in java programming?
What do the thread?class methods run() and start() do?
which is advanced deep technology in java launched by the sun microsystem??? The answer is very logical If u need correct answer mail me at priya_gupta@gmail.com
Can arraylist contain null values?
Explain about the dynamic behavior of core java?
What is a priority queue java?
What are the types of literals?
What is the benefit of abstract class?
What about anonymous inner classes in java?
Are arrays passed by reference in java?
What’s the difference between unit, integration and functional testing?
What is queue in java?
I want my class to be developed in such a way that no other class (even derived class) can create its objects. How can I do so?