explain System.out.println
Answer Posted / pragya
System:It is a class in lang package and
out:it is static member of System class and object of PrintStream class........
println():this is the method defined in PrintStream class
which prints the sentence in new line
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why declare Main() inside the class in java ?
What methods are used in Servlet?Applet communication?
What is the main use of java?
Why is a constant variable important?
What do you mean by local class?
Explain jvm, jre, and jdk?
What do you mean by exception handling in Java?
What are the basics of core java?
Can list be null in java?
What will be the output of round(3.7) and ceil(3.7)?
What happens if constructor is private?
How do you initialize an arraylist in java?
What is package protected in java?
Why Set interface contains unique elements, what internally implemented for this so that it contains unique elements?
Can a class have multiple superclasses?