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 purpose of the return statement?
Is null in java?
What are unchecked exceptions in java?
Explain java coding standards for classes or java coding conventions for classes?
Is hashset sorted in java?
Are generics important java?
Why put method is idempotent?
Explain the Propertie sof class?
Explain about exception propagation?
What is serial version uid and its importance in java?
What is oop principle in java?
What is difference between path and classpath in java?
Explain about fail fast iterators in java?
What is an abstract method in java programming?
What is an i/o filter?