explain System.out.println
Answer Posted / deepa george
System: it is a predefined class that provides access to the system.
out: it is the output stream that is connected to the console.
println(): it is a built-in method that displays the string which is passed to it
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
do I need to use synchronized on setvalue(int)? : Java thread
Java is Pass by Value or Pass by Reference?
What are assembly attributes?
Does java vector allow null?
What does string [] args mean?
Explain about the dynamic behavior of core java?
What happens when main () method is declared as private?
What is the do while loop syntax?
What is the difference between class & object?
Is there a jre for java 11?
What is the difference between a loader and a compiler?
What is null data type?
What is the type of lambda expression?
What happens when you invoke a thread’s interrupt method while it is sleeping or waiting?
Can we have multiple public classes in a java source file?