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 split return?
Explain an intermediate language?
Why is the singleton pattern considered to be an anti pattern?
What are the four integer types supported by java?
What is the use of callablestatement?
Under what conditions is an object’s finalize() method invoked by the garbage collector?
What is the maximum size of array in java?
What is a condition in programming?
What are inbuilt functions in java?
What is an object’s lock and which object’s have locks?
How to retrieve data from database in java using arraylist?
take an array with -ve and +ve value both.find out the nearest value of 0(zero).if two values are same like(-2 and +2)then extract +2 is nearest of 0(zero).
What is implicit object in java?
What is function and its uses?
What must a class do to implement an interface in java programming?