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
How many bytes is string in java?
Why set do not allow duplicates in java?
What is string [] args?
What is meant by data hiding/encapsulation?
What is the exception hierarchy in java?
Where we write javascript code in html page?
What does microservices mean?
Why is stringbuffer thread safe?
What do you understand by Header linked List?
Explain about interrupt() method of thread class ?
What are the loops in java?
What purpose do the keywords final, finally, and finalize fulfill?
Explain the difference between collection api and stream api in java8?
What is arguments in java?
What does .equals do in java?