explain System.out.println
Answer Posted / siva
System is a final class.
Out is a object to the printstream.
println is the method.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Similarity and difference between static block and static method ?
What is private public protected in java?
What are accessor methods in java?
What is meant by class and object in java?
How objects are stored in java?
What is the intersection and union methods?
List types of storage classes in java?
What is the purpose of static methods and variables?
Can we increase array size dynamically in java?
What is a Transient Object?
Can a class have multiple subclasses?
What are the benefits of immutable objects?
Differentiate between a class and an object.
Explain access modifiers in java.
What is java instanceof operator?