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
What are java packages? What is the significance of packages?
What is difference between checked and unchecked exception in java?
Which browsers work with java?
How to create an interface?
How to solve the problem of generating the unique hash keys with hash function?
Why is java called java?
How to reverse a string in java?
What is a buffer in computer?
Can abstract class have private constructor?
Explain how can you debug the Java code?
What are white spaces in java?
Why does java not allow multiple public classes in a java file ?
What is a java lambda expression?
What is annotation in java?
What are the features in java?