What is meant by final class, methods and variables?
Answer Posted / suresh chand
final class: we can't inherit that class
final method: we can't override that method
final variable: we can't change the value of that var.
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What is the difference between a break statement and a continue statement?
Why java is secure? Explain.
what is server side caching?
what is the purpose of the runtime class?
What is the maximum size of arraylist in java?
What are constructors in java?
How do you check if a string contains only numeric digits?
State some advantages of java?
Why arraylist is not synchronized in java example?
What is difference between wait and notify in java?
What is the properties class?
What is var keyword ?
Which is better singleton or static class?
Explain JMS in detail.
What is return in java?