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 do listeners work?
What are the object and class classes used for?
Why should we use singleton pattern instead of static class?
What is sizeof in java?
What is data movement?
What does sprintf return?
What is the purpose of object oriented programming?
What is lexicographically smallest string?
What is the meaning of variables in research?
What is thread life cycle?
What is general methodology?
What are the uses of synchronized keyword?
What is array initialization in java?
Can a constructor be protected?
What is meant by class loader? How many types are there? When will we use them?