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
Can we create object of static class?
Can we declare an interface as final?
Are arrays immutable in java?
Does java isempty check for null?
What is jvm? How its run?
Is it possible to use Semaphore/ Mutex in an Interrupt Handler?
What is a subsequence of a string?
What is the covariant return type?
Why is it called a string?
What is return null in java?
Give me an example of array and linked list? Where they can be used?
What does opcode mean?
Can two objects have same hashcode?
What are features of java?
What is boolean data type in java?