explain System.out.println
Answer Posted / pawan
'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 ? | 0 Yes | 1 No |
Post New Answer View All Answers
What are the two types of streams offered by java 8?
What does index mean in java?
What language is an assembler written in?
What are parsers? Dom vs sax parser.
What is a conditional equation?
Which class represents the socket that both the client and server use to communicate with each other?
What is boolean strategy?
What is linked hashset and its features?
Does hashset allow duplicates in java?
How to sort double array in java?
what methods would you overwrite in java.lang.object class?
Can we execute a program without main?
Can a constructor call the constructor of parent class?
Can a method be static?
How do you find the absolute value?