define System.out.println(); what is the meaning!
Answer Posted / mohit gupta
System is a class and out is a static attribute which is of
type printstream. printstream class has a method called
println().
| Is This Answer Correct ? | 69 Yes | 19 No |
Post New Answer View All Answers
Can a method be overloaded based on different return type but same argument type?
Explain the inheritance?
Which sorting is used in arrays sort in java?
What is constructor in java ?
What are the four corner stones of oop?
How do you stop a thread in java?
How do you clear a list in java?
What do you understand by overloading and overriding in java?
What are the types of methods in java?
Can a class declared as private be accessed outside it’s package?
can java object be locked down for exclusive use by a given thread? Or what happens when a thread cannot acquire a lock on an object? : Java thread
Why are global variables used?
How does queue work in java?
When should I use stringbuffer?
Which variables are stored in heap?