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
What is the benefit of abstract class?
What is jit and its use?
Can we overload the main() method?
What is hasnext in java?
Difference between nested and inner classes ?
What is the difference between applet and application?
What are the types of web technologies?
What are daemon Threads in java?
What is the default value of byte datatype in java?
What are the features in java?
What is the old name of java?
Is java still relevant?
Why is stringbuffer faster than string?
how do I create a runnable with inheritance? : Java thread
Explain garbage collection in java?