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
What is the difference between a loader and a compiler?
List implementations of list interface?
What is the static field modifier?
What is a conditional statement explain with example?
Difference between nested and inner classes ?
What is the concatenation operator in java?
Why do we use predicate in java?
What are multiple inheritances? Is it supported by java?
What is structure of java heap? What is perm gen space in heap?
How do you end a program?
When is the finalize() called?
What is a website container?
What is Java Annotations?
Which oo concept is achieved by using overloading and overriding?
What are the advantages of assembly language?