explain System.out.println
Answer Posted / shakti prasad rath
System ->it is a final class present in java.lang package
that can be inherited.
out -> it is a inner class object.
println() -> it is a method in printstream class
| Is This Answer Correct ? | 9 Yes | 44 No |
Post New Answer View All Answers
String and stringbuffer both represent string objects. Can we compare string and stringbuffer in java?
Where is jre installed?
What is nextline method in java?
What is meant by method overriding?
What is data type example?
How many bits is a double?
What are structs in java?
Is map ordered in java?
Why do we need hashset in java?
How many threads can I run java?
When throws keyword is used?
Is it necessary that each try block must be followed by a catch block?
What does 0 mean in boolean?
what is method reference in java 8?
How will you get the platform dependent values like line separator, path separator, etc., ?