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
Is class is a data type?
Explain the public class modifier?
Can an unreferenced object be referenced again?
What is the difference between dom and sax parser in java?
What is hash in java?
What's the base class of all exception classes?
What are inner classes or non static nested classes in java?
What is a subsequence of a string?
How to implement a multithreaded applet?
When does a class need a virtual destructor?
What is difference between arraylist and list in java?
What do you mean by chromounits in java8?
How are java objects passed to a method and what are native methods?
Define "Access specifiers" in java.
What is unmodifiable collection in java?