explain System.out.println
Answer Posted / mayur gajera
'System' is a class in java.lang package
'out' is a static object of PrintStream class in java.io
package
'prinln()' is method in the PrintStream class
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How large is a boolean?
What is an example of declaration?
Is java based on c?
List some important characteristics on jre
What are methods and how are they defined?
do I need to use synchronized on setvalue(int)? : Java thread
What is the default access specifier for variables and methods of a class?
Can you explain the private protected field modifier?
Can main() method in java can return any data?
What is final keyword in java? Give an example.
Explain differences between collection api and stream api?
What are constructors in java?
Can you run java program without main method?
What are the three parts of a lambda expression? What is the type of lambda expression?
What is the current version of java?