System.out & System.in are final static data member of System
class but we can change there reference through setOut() &
setIn() method how...
Answer Posted / vikas
but the Final method have there behavior to not get change but it get change through setIN() & setOut() methods how...
i know it is used to change its reference but why it get change if it is a final method...
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is the driver class?
Detail discussions on JVM, memory management and garbage collector.
Explain importance of inheritance in java?
What are advantages and disadvantages of OOPs?
How do you reverse a string in java without using string buffer?
What is string pooling concept?
How many bytes is a string in java?
What is anagram word?
How to calculate the length of a singly linked list in java?
What is a method in programming?
Is null function in java?
What exactly is methodology?
What is the symbol for line break?
What is the covariant return type?
How can I debug the Java security exceptions and AccessControlExceptions?