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
What's the base class in java from which all classes are derived?
What is nan in java?
Why are constructors used?
What is difference between hashset and hashmap in java?
Which list is sorted in java?
What is hashset in java?
What are the important methods of java exception class?
Does hashset allow duplicates in java?
Explain try and catch keywords in java?
What will be the default values of all the elements of an array defined as an instance variable?
What are voids?
what is the purpose of the runtime class?
Discuss about garbage collector in Java.
What is the primitive type byte?
How can we create objects if we make the constructor private ?