whats is the use of final,in which situation final can be
used in the application?
Answers were Sorted based on User's Feedback
Answer / muralisankar
you can prevent a class from inheritance.
You can prevent a method from overriding.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / cool_duzz
Constants.. that are not supposed to be changed ever.
| Is This Answer Correct ? | 1 Yes | 0 No |
how can you say that java is independ language
Is java a prime method?
Is finalize() similar to a destructor?
what is the main class of all the classes
What is the primitive type short?
Define an enumeration?
Can we declare the static variables and methods in an abstract class?
What do you mean by flow of struts?
What are features of java?
What is garbage collector?
Which data type is a class in java?
Why string is immutable or final in java