explain System.out.println
Answer Posted / pawan
'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 | 1 No |
Post New Answer View All Answers
What is flag in java?
What are the main concepts of oops in java?
What is method and methodology?
What is the same as procedures?
What are inner classes or non static nested classes in java?
What is arrays fill in java?
Which sorting algorithm is in place?
Explain inheritance in java?
How do you find the absolute value?
What is sortedmap in java?
What is string data type?
Is class forname reflection?
What is stringwriter?
Is array synchronized in java?
What is use of static in java?