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
What is this keyword used for?
Give the hierarchy of inputstream and outputstream classes.
What is independent and dependent variables in research?
What is qualitative variable?
What is the ==?
What is a java string?
What are static blocks in java ?
What is meant by 'bit masking' in java?
How do you do exponents in java?
What is a Transient Object?
What are the drawbacks of reflection?
Can a serialized object be transferred via network?
When a thread is executing synchronized methods , then is it possible to execute other synchronized methods simultaneously by other threads?
Which is faster string or stringbuilder?
how to create daemon thread in java?