what is finalmethod & final variable with example?
Answer Posted / dipesh
public final methodA(){
}
u can overirde final method & final variable can reassigned
another value & final varaiable value must be assingend at
the time of declaration
| Is This Answer Correct ? | 2 Yes | 11 No |
Post New Answer View All Answers
Give differences between Quicksort &Mergesort. When should these sorts be used andwhat is their running time in java?
What is the difference between the final method and abstract method?
What is the use of keywords in java?
difference between byte stream class and character stream class?
State one difference between a template class and class template.
Which collection allows duplicate values in java?
What are the important methods of java exception class?
What is the protected method modifier?
What is the difference between the jdk 1.02 event model and the event-delegation model introduced with jdk 1.1?
What does system out println () do?
Is arraylist sorted in java?
What is autoboxing and unboxing?
What is the primitive type byte?
Why string is immutable or final in java
Explain reverse a linked list recursive java solution?