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 it possible to instantiate the abstract class?
How can we make sure main() is the last thread to finish in java program?
Who found java?
Why do we need data structure in java?
Can we access the non-final local variable, inside the local inner class?
What does \ mean in regex?
What is the arraylist in java?
Is java free for businesses?
What is string manipulation?
What is core java called?
How many types of variables are there?
What is the scope or life time of instance variables?
What is method overloading in JAVA? Why is it not present in C ?
Which is faster string or stringbuilder?
What is pre increment and post increment in java?