explain System.out.println
Answer Posted / siva
System is a final class.
Out is a object to the printstream.
println is the method.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is an iterator java?
What is boolean false?
How do you override a variable in java?
What is the role of the java.rmi.naming class?
Difference between static binding and dynamic binding?
What is class level lock ?
What is balanced tree in java?
What is __ init __ functions?
What is the difference between length and length() method in java?
What are static blocks and static initalizers in java ?
What is a parameter in simple terms?
What is an abstract class and what is it’s purpose?
Give differences between Quicksort &Mergesort. When should these sorts be used andwhat is their running time in java?
What is the difference between serializable and externalizable interfaces?
What is the purpose of an interface?