explain System.out.println
Answer Posted / narasimha rao
System is a class
out is static object
println() is a method
| Is This Answer Correct ? | 37 Yes | 12 No |
Post New Answer View All Answers
What is not object oriented programming?
What is the disadvantage of synchronization?
What are the differences between getting and load method?
What makes a function well defined?
Why Do I Get A "permission Denied" Error After Downloading The .jnlp Java Launcher For The Vkvm?
What are the rules for variable declaration?
What is jit compiler ?
How can a gui component handle its own events in java programming?
What does %4d mean in java?
Can we override tostring method in java?
What is "this" keyword in java? Explain
Explain the JDB in depth & command line.
I want to print “hello” even before main is executed. How will you acheive that?
What is object english?
Why string is a class?