explain System.out.println
Answer Posted / gopal
System:it is a predefined class which is defined in a package.
out:to display result on monitor.
println:print next line
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do you sort arraylist in descending order?
What is method overloading with type promotion?
What is integer size in java?
What is meant by collection in java?
Explain about serializable interface in java?
What is parsing a string?
What mechanism does java use for memory management?
Which methods are used during serialization and deserialization process?
How are java objects passed to a method and what are native methods?
Differences between traditional programming language and object oriented programming language?
How to calculate the length of a singly linked list in java?
Outline the major features of java.
What is difference between final and finally in java?
What is a protected void?
What is the difference between && and & in java?