explain System.out.println
Answer Posted / nithyapriya
System.out.println
System - is the predefined class that provide access to
the system.
out - is the output stream that is connected to the console.
println - built-in method, which accomplish output
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Can we declare the static variables and methods in an abstract class?
What is java virtual machine? Explain
Is object a data type?
What are the four corner stones of oop?
What is the implementation of destroy method in java. Is it native or java code?
How are java objects passed to a method and what are native methods?
Can you run java program without main method?
What is e java?
Explain serialization and deserialization in java?
What are heap memory and stack memory and what are memory tables.
Explain access modifiers in java.
What do you mean by default constructor in java?
What is a class in java?
Can you instantiate the math class?
What are features of java?