explain System.out.println
Answer Posted / vinay tiwari
System: System is a Package
out: out is a class belonging to System Package
println(): println() is a method of out class
| Is This Answer Correct ? | 80 Yes | 531 No |
Post New Answer View All Answers
What is diamond operator in java?
What is bytecode in java ?
What is purpose of keyword void?
Why call by value prevents parameter value change?
What is lifetime variable?
What happens when main () method is declared as private?
Is it possible to compare various strings with the help of == operator?
Can we override compareto method?
What is stringwriter?
What is the difference between jdk and jre?
What are extraneous variables examples?
Which variables are stored in heap?
What are the different types of java?
Explain jvm, jre, and jdk?
What is supplier in java?