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
Is string pool garbage collected?
whar are the draw backs of programming lang step by step in Clang and next in C++ and next and in Java nad in .Net
In how many ways we can do exception handling in java?
what is the difference between process and thread? : Java thread
What is a Presistent Object?
What are different types of arrays?
How does list work in java?
Which variable is the independent variable?
what do you mean by classloader in java?
What is static in java?
Name some classes present in java.util.regex package.
How to check if linked list contains loop in java?
Name few java 8 annotations ?
Is it correct to say that due to garbage collection feature in java, a java program never goes out of memory?
What are the restrictions imposed on method overriding?