explain System.out.println
Answer Posted / anup
----> public final class System extends Object <------
Directory Structure is as follows:
java.lang.Object
|
+--java.lang.System
System class has following static field-
static PrintStream out =new PrintStream();
directory Structure of PrintStream:
java.lang.Object
|
+--java.io.OutputStream
|
+--java.io.FilterOutputStream
|
+--java.io.PrintStream
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How do you implement tree mirroring in java?
Does java allow default arguments?
Explain the difference between extends thread vs implements runnable in java?
Can we override the private methods?
Why do you canvas?
What is boolean law?
Can we split string with in java?
Is array dynamic in java?
What are predicates in java 8?
Differentiate between == and equals().
what is meant by HQL?
What are the files generated after using IDL to java compiler?
What are the main features of java?
What is the function of static in java?
How to perform quicksort in java?