explain System.out.println
Answer Posted / vivek ingle
System is a class in System class their is a declaration of
out Static data member Just Like (public static final
PrintStream out).
Out is Static Data Member.
Println is a method in PrintStaream class.
Public Class System{
public static final PrintStream out;
}
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How can constructor chaining be done by using the super keyword?
What are jee technologies?
Difference between character constant and string constant in java ?
What is starvation?
What are adapter classes?
What are streams in java 8?
What is the static keyword?
Can we use string in the switch case?
How many bytes are there?
What is class and its types?
Why do I need to declare the type of a variable in java?
Why is stringbuffer not immutable?
If an object is garbage collected, can it become reachable again?
Why can't you declare a class as protected?
How is garbage collection controlled?