explain System.out.println
Answer Posted / jaith eranga
System : Is the namespace.(not the package)
out : A class in the System namespace.
println : A method in the out class
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the program compilation process?
In case of inheritance what is the execution order of constructor and destructor?
Why is sizeof not a function?
Can we overload destructor in java?
What is a package in java? List down various advantages of packages.
What is meant by structural programming?
Can set contain duplicates?
Can a class be declared as protected?
Is null an object java?
What are the methods of object class ?
What causes memory leaks in java?
When should I use singleton?
Write a java program that prints all the values given at command-line.
What is the meaning of I ++ in java?
Explain the difference between intermediate and terminal operations in java8?