explain System.out.println
Answer Posted / arun
System is a class provided by package java.lang
println() is a method of class Printstream provided by
package java.io
out is output stream to which value and objects will be
printed.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Does java isempty check for null?
What is a parent class in java?
What should I import for arraylist in java?
How can we run a java program without making any object?
What is meant by oops concept in java?
Can a boolean be null java?
What is double data type?
Can a top level class be private or protected?
What is an array in java?
Can we clone singleton class in java?
Does list maintain insertion order java?
Why do we need array in java?
Is logger a singleton?
Why to use nested classes in java? (Or) what is the purpose of nested class in java?
What is a java object and java application?