define System.out.println(); what is the meaning!
Answer Posted / ranjeet
system:it is a class.
out : it is object of printstream which is call as method
during execution.
println:it is method .
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is substring 1 in java?
Can a class have more than one object?
What do you mean by buffering?
What are the advantages of exception handling?
Why spring singleton is not thread safe?
What is the use of http-tunneling in rmi?
What is the access scope of a protected method?
What is variable and example?
Define reflection.
What is time complexity java?
Can we write a class without main method in java?
What happens if main method is not static?
What is difference between throw and throws ?
Is cout buffered?
Is age a discrete variable?