explain System.out.println
Answer Posted / prateek
System is a class
out is a static member in system class, which(out) is
already an object of PrintStream class
and finally
Println() is a method defined in PrintStream class...
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What state is a thread in when it is executing?
Explain working of call by reference function invoking.
What is the purpose of an interface?
What are assembly attributes?
What is the basic concept of java?
What methods are used in Servlet?Applet communication?
How do you define a set in java?
Can inner class be public in java?
What is thread life cycle in java?
Is age discrete or continuous?
What is a string what operation can be performed out with the help of a string?
How does java enable high performance?
Is java jre still free?
Why there are some null interface in java? What does it mean?
What are functions in java?