explain System.out.println
Answer Posted / himanshu
"System.out.prinln()"
System is a class ,Which is declare final and this extends
the object class,we can not create the object of that class.
out is a static object of outputstream class.
public static final Outputstream out
println() is method of Printstream class
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What do you mean by constant time complexity?
What is string builder in java?
Can java list be null?
How do you change an int to a string?
If a method is declared as protected, where may the method be accessed?
What does it mean that strings are immutable?
Is arraylist ordered in java?
In a container there are 5 components. I want to display the all the components names, how will you do that one?
What are the library functions in java?
design an lru cache in java?
What is a file pointer?
What are the different access modifiers available in java?
How to provide security in java
Can we use a default constructor of a class even if an explicit constructor is defined?
What are keywords give examples?