+ 2
how to make variable as final without using final keyword in java ?
6 ответов
+ 2
what the need of making variable as final without final keyword?
+ 2
If i ask, how to make class as public without using public keyword in java? make sense?
0
you can make classes immutable without the use of final keyword but not in case of variable
0
in java it is possible but how that i am asking
0
question asked me in interview
0
but still answer is not got