explain System.out.println
Answer Posted / ramanjaneyulu.b
-->System is a class name
-->out is an object of a class
-->println is the printstream
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain about main() method in java ?
What are methods of a class?
How to avoid memory leak in java?
Is a string literal?
Is java written in c?
Is 9 a prime number?
What is the difference between notify and notifyall method?
Can a class have a static inner class?
What is a Transient Object?
What is the final keyword denotes?
How many decimal digits is 64 bit?
What is a short in java?
What is difference between public static and void?
Does every java program need a main?
What is the final keyword?