Answer Posted / radhi
a variable with final keyword is called as blank final
variable....
eg. final int i=7;
we cant change the final variable....
there is no use ..if we can make a variabe as final....
| Is This Answer Correct ? | 7 Yes | 4 No |
Post New Answer View All Answers
Define interface in java?
Why scanner is used in java?
Explain about the select method with an example?
How can we create an immutable class in java?
Explain list interface?
What is meant by string is immutable?
Explain 5 io best practices?
Explain the importance of finally block in java?
Why inputstreamreader is used in java?
What are the types of collections in java?
What is a stack class in java ?
What is arraylist e?
Can you pass by reference in java?
Can a class extend 2 classes in java?
What is the class in java?