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
Justify your answer that you can't define a method inside another method in java, if you can then how?
What are different ways of object creation in java ?
How do you find the absolute value?
Can we sort array in java?
what happens when a thread cannot acquire a lock on an object? : Java thread
What is purpose of find feature?
Is int a class in java?
Why does java not support pointers?
Why set is used in java?
Is minecraft java edition free?
Explain garbage collection in java?
Explain, java is compatible with all servers but not all browsers?
Explain about assignment statement?
Can java list be null?
Can we override static methods in java?