explain System.out.println
Answer Posted / rajendra h r
System is a class
Out is a static reference of type printStream.
prinyln()is a method in the Class System.
When you say System.out.println()
u r telling compiler to print the string that u type
inside the println() method as argument on out put stream
(ie u r moniter).
| Is This Answer Correct ? | 18 Yes | 12 No |
Post New Answer View All Answers
What is multithreading in java?
How will you initialize an Applet?
What does function identity () do?
What is the main method java?
What is java reflection api?
Is string is a data type?
Write a program to reverse array in place?
What is string english?
What will happen if a thrown exception is not handled?
Why do you canvas?
Explain the importance of join() method in thread class?
How big is a gigabyte?
What is the covariant return type?
What are the fileinputstream and fileoutputstream?
What is json parser in java?