Answer Posted / pranab dutta
A final class may not be subclassed so a final class can't
be extended. It means a final method can't be overridden
when its class is inherited. A final variable is a constant
which you can't change value of a final variable.
Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
What is t type java?
What is printwriter in java?
Is zero a positive integer?
What is the difference between assignment and initialization?
Explain about transient variables in java?
If we allocate the memory using 'new' & de-allocated using 'free' then what will happen?
How to reverse string in java?
What are the types of strings?
How list contains works in java?
How many types of methods are there?
Why Java is not pure Object Oriented language?
What is the difference between variable & constant?
What’s the difference between constructors and other methods?
What are the differences between heap and stack memory in java?
What is java beans?