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
Is arraylist a class in java?
Is it possible for yielded thread to get chance for its execution again ?
what is difference between equals and ==?
How do we access static members in java?
What is the size of int?
when you will synchronize a piece of your code? : Java thread
What is the size of integer?
Differentiate between vector and array list.
What is the difference between length and size in java?
Why do we need hashset in java?
Explain java heap space and garbage collection?
How do I enable java in safari?
Difference between string, string builder, and string buffer?
What is use of super keyword?
If goto and const is reserve words than why it is not work in java?