explain System.out.println
Answer Posted / sekhar v n
System is a predefined final class
out is a PrintStream object
and
println is a built-in overloaded method in the out object
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What do you mean by compiler?
What methods are used to get and set the text label displayed by a button object?
What is the maximum size of arraylist in java?
What is the final keyword in java?
What is deserialization?
What is meant by data hiding/encapsulation?
Why local variables are stored in stack?
Can we force the garbage collection to run?
What is the maximum size of array in java?
What are functions in java?
Is space a char?
What is the significance of java packages?
Can singleton class be cloned?
How many boolean functions are there?
How is a structure different from array ?