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
What is java algorithm?
What is the difference between delete and delete[]
What is the different between get and post?
How do you sort objects in java?
Can a constructor be private and how are this() and super() method used with constructor?
Can subclass overriding method declare an exception if parent class method doesn't throw an exception?
What is an 8 bit word?
Differentiate between stringbuffer and string?
What do you mean by compiler?
What do you understand by casting in java language?
How to instantiate static nested classes in java?
What is the full meaning of java?
What are keywords in programming?
What is immutable data?
What is string value?