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 |
If you do not want your class to be inherited by any other class. What would you do?
Why declare Main() inside the class in java ?
What is formatted output in java?
What is the purpose of declaring a variable as final?
How to call a Stored Procedure from JDBC?
Give us the name of the list layoutmanagers in java?
Explain break statement and continue statement?
Class A extends Class B but Class A also inherit Super Class Object so it is multiple inheritence give reason in support of your answer
what is struts-config-xml?and its use?
Explain features of interfaces in java?
What does flag mean in java?
What is the static keyword?