explain System.out.println
Answer Posted / ritesh kesharwani
System.out.println()
System is a class.
It provide way how to interact with I\O.
System use one datatype or field is called out.It is a static
field or object.
PrintStream is a class.which define println and print method.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
When should the method invokelater() be used?
What restrictions are placed on method overloading in java programming?
Can we extend immutable class?
What are synchronized methods and synchronized statements in java programming?
Can we have static methods in an interface?
What are alternatives to java serialization?
What is the difference between the font and fontmetrics classes in java programming?
What is meant by flickering?
What is rule of accessibility in java?
Which keyword specify that a variable is effectively final ?
What are basic keywords?
What do the thread?class methods run() and start() do?
What are the types of strings?
Why vector class is used?
what is the significance of listiterator in java?