explain System.out.println
Answer Posted / anand_pbc
System is a final class in java.lang package
out is "PrintStream" type of static field in System class
(The "standard" output stream)
println is a method in class PrintStream (this is class is
in java.io package)
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Is there a sort function in java?
When a thread is executing synchronized methods , then is it possible to execute other synchronized methods simultaneously by other threads?
What is the use of put method?
What is a protected void?
Why static functions are used?
Which java version is latest?
Which number is denoted by leading zero in java?
What are multiple inheritances?
What is the purpose of stub and skeleton?
How to create a fecelet view?
Can we create an object of static class in java?
What is a class component?
What is java ceil?
List the interfaces which extends collection interface?
Explain the difference between serializable and externalizable in java?