explain System.out.println
Answer Posted / vineet ahlawat
System is a class of java.lang package.
Out is a reference object in print stream class of java .io
package.
ptintln is a method in printstream class.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the main purpose of java?
What is the difference between dom and sax parser in java?
What is are packages?
Does string isempty check for null?
Difference between character constant and string constant in java ?
What is a java string?
What is your platform?s default character encoding and how to know this?
What is the string function?
What is the difference between abstract classes and interfaces?
Should you use singleton pattern?
What is the properties class in java programming?
What is meant by the value of a variable?
What is skeleton and stub?
What is this keyword in java?
Differentiate between class and structure.