What is meant by final class, methods and variables?
Answer Posted / ravikiran(aptech mumbai)
final class:Is the one which cann't be subclassed
final method:Is the one which cann't be overrided
final variable:is the one which acts like a constant
| Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
How does predicate work in java?
What is package private scope in java?
What is a numeric literal?
Can we sort array in java?
What is appletviewer?
Can we able to pass objects as an arguments in java?
What is java dot?
Where is jre installed?
What do you mean by constant time complexity?
What is an infinite loop? How infinite loop is declared?
Why a dead thread occurs?
How do I know if java is installed?
What is the benefit of singleton pattern?
Explain java heap space and garbage collection?
What is anti pattern in programming?