explain System.out.println
Answer Posted / gopal
System:it is a predefined class which is defined in a package.
out:to display result on monitor.
println:print next line
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why java is secure? Explain.
What is the difference between numeric and integer?
What are some alternatives to inheritance?
Why unicode is important?
How many bits is a word?
Can constructor return value?
what is a green thread? : Java thread
What is methods and methodology?
what is the swingutilities.invokelater(runnable) method for? : Java thread
Does importing a package imports its sub-packages as well in java?
Is array synchronized in java?
What is boolean false?
What is null statement?
When should a function throw an exception?
Can inner class extend any class?