explain System.out.println
Answer Posted / arun
System is a class provided by package java.lang
println() is a method of class Printstream provided by
package java.io
out is output stream to which value and objects will be
printed.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Differentiate between nested and inner class in java.
What steps are taken when the OS shifts from one-thread execution to another?
What is meant by overloading?
What is the purpose of assert keyword used in jdk1.4.x?
What is e in java?
Do I need java on my computer?
Tell me about your ability to work under pressure
What is meant by polymorphism?
Can a class be declared as protected?
What are the different approaches to implement a function to generate a random number?
Why is inheritance used in java?
What is a buffer in java?
Explain about narrowing conversion in java?
What happens if main method is not static?
How can I become a good programmer?