explain System.out.println
Answer Posted / sankar r k
System is a class of java.lang package
out is a static object of the Printstream class.
println is a function of Printstream class to print on the
console
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain about main thread in java?
What is rmi and steps involved in developing an rmi object?
What are the legal parameters?
Define how objects are stored in java?
What is the difference between multitasking and multithreading in Java
Define iterator and methods in iterator?
What is unicode used for?
Can a class be final?
What is class and object in java?
Can you declare a private method as static?
What is final access modifier in java?
What is the use of http-tunneling in rmi?
Why destructor is not used in java?
What is the difference between stringbuffer and stringbuilder class?
What if static is removed from main method?