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 tree in java?
Does java list allow null?
What are the principle concepts of oops?
What is a file pointer?
Explain, java is compatible with all servers but not all browsers?
How can we access some class in another class in java?
hr interview how many minutes asking question
What are the data types supported by java?
What is serial version uid and its importance in java?
Explain methods specific to list interface?
What is foreach loop in java?
When can an object reference be cast to an interface reference in java programming?
Can we have any code between try and catch blocks?
Is array passed by reference in java?
In the below example, what will be the output?