whats is the use of final,in which situation final can be
used in the application?
Answer Posted / cool_duzz
Constants.. that are not supposed to be changed ever.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is illegal identifier in java?
How do you replace a string in java?
What is a null class?
What is polymorphism in java? What are the kinds of polymorphism?
How many wrapper classes are there in java?
What are the object and class classes used for?
What is use of inner class in java?
Can a static block throw exception?
When arithmeticexception is thrown?
What is data type in computer?
Is ruby built on java?
What is an escape character in java?
What is close method? How it's different from Finalize & Dispose?
What is the purpose of a parameter?
What is difference between final and immutable?