explain System.out.println
Answer Posted / umrao s rawat
System is a class.
out is referring to PrintStream Class.
Println is the method of PrintStream Class.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Can a main method be declared final?
Can we access instance variables within static methods ?
How are java objects passed to a method and what are native methods?
What are the java ide's? Explain
What is a singleton in genetics?
Is string is a data type?
Explain about wait() method?
Explain about fail fast iterators in java?
Write code of any action class?
What is java and why do we need it? Explain
Explain abstract class in java?
What is the difference between Java Program Constructor and Java Program Method, What is the purpose of Java Program constructor Please Explain it Breafily?
Can we override compareto method?
How can an object be unreferenced?
What are the two types of streams offered by java 8?