explain System.out.println
Answer Posted / mayur gajera
'System' is a class in java.lang package
'out' is a static object of PrintStream class in java.io
package
'prinln()' is method in the PrintStream class
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What does this () mean in constructor chaining concept?
How many inner classes can a class have?
How many bits is a boolean?
What is ellipsis in java?
How many ways can we create the string object?
What is an abstract class and what is it’s purpose?
What is array size in java?
What is difference between an object and a class?
What is connection class in java?
What is meant by 'Class access modifiers'?
What is parse method?
How does predicate work in java?
What does it mean to flush a file?
How many bits is a float?
What is a singleton puppy?