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
Can you have two constructors in java?
What is the purpose of using the java bean?
Explain the purpose of garbage collection in Java?
Will the jvm load the package twice at runtime?
Why is it important to initialize a variable?
How is tree Mirroring implemented?
Can an interface have a constructor?
What is string length in java?
State the main difference between c++ and java?
How do you define a variable?
Is linkedlist thread safe in java?
What is the difference between exception and error in java?
Why do we need data structure in java?
What is the same as procedures?
what is inner class in java?