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 difference between iterator access and index access?
Explain when classnotfoundexception will be raised ?
What is the final keyword in java?
What is diamond operator in java?
How does multithreading take place on a computer with a single cpu in java programming?
Explain the scope or life time of class variables or static variables?
what is the purpose of the runtime class?
Difference between predicate, supplier and consumer ?
What is Java Annotations?
Is java 9 released?
What are the different ways of creating thread?
What is 32 bit float?
Is static variable stored in heap?
What is the final class modifier?
Why is a singleton bad?