explain System.out.println
Answer Posted / arun gopal
'System' is a class in java.lang package
'out' is a static object of PrintStream class in java.io
package
'prinln()' is method in the PrintStream class.....
| Is This Answer Correct ? | 791 Yes | 59 No |
Post New Answer View All Answers
What is the symbol for average?
Why is java not 100% pure oops?
What is the purpose of format function?
What are the different ways to handle exceptions?
What is the += operator called?
What is the scope or life time of instance variables?
What does null mean in java?
Can a class be private?
What is merge sort in java?
What are the concepts of 'OOPS'?
How do you remove all elements from an arraylist in java?
What is difference between static and abstract class?
Can we cast any other type to boolean type with type casting?
What is an inner class in java?
What is meant by javabeans?