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
What is the finalize method do?
Is simpledateformat safe to use in the multithreaded program?
What is Classloader in Java?
What is port number in java?
What are variable arguments or varargs?
What are the states of thread in java?
Explain about arraylist?
What means public static?
Can we sort set in java?
What is the purpose of encapsulation?
What is currentthread()?
Why is a constant variable important?
Which oo concept is achieved by using overloading and overriding?
Explain the difference between an Interface and an Abstract class?
How to pass arraylist to stored procedure in java?