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 stringreader?
Where pragma is used?
Explain the difference between the public, private, final, protected, and default modifiers?
How do you find the absolute value?
What happens if we override private method?
What is a stack class in java ?
How do you define a set in java?
Define array. Tell me about 2-D array.
What is unsigned char?
How do you stop a thread in java?
what do you mean by java annotations?
Explain about features of local inner class?
What is the size of integer?
Why there is no call by reference in java?
Why are there no global variables in java?