explain System.out.println
Answer Posted / umesh
'System'= a class in java.lang package
'out' = a static object of PrintStream class in java.io
package
'prinln()' = method in the PrintStream class.....
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do I get the | symbol on my keyboard?
What is java beans?
what is instanceof operator used in java?
I want to re-reach and use an object once it has been garbage collected. How it's possible?
What is a dot notation?
Can extern variables be initialized?
Why declare Main() inside the class in java ?
what is meant by abstract class?
How to solve the problem of generating the unique hash keys with hash function?
What is instanceof keyword?
what is ststic with example
How can you generate random numbers in java?
Why java applets are more useful for intranets as compared to internet?
What is sizeof () operator?
Can we call virtual funciton in a constructor ?