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 |
Can we assign the reference to this variable?
What is data movement?
how to handle exceptions in ejb?
What is JVM ? use of JVM?
Linked List reverese program
what is the diff b/w arraylist and vector?
6 Answers Code Genesis, Genesis, Sprintine Labs,
How many ways can we create the string object?
How to compare two strings in java program?
What do you mean by constructor?
how many types of Inheritance?
what is custom tags with example?
How to send a request to garbage collector?