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 is recursion in java
Difference between predicate, supplier and consumer ?
Write a program to print all permutations of string?
Why are functions called methods in java?
Why set do not allow duplicates in java?
What is use of static in java?
What is the purpose of main function in java?
Explain the use of shift operator in java. Can you give some examples?
What does singleton class mean?
Explain the protected field modifier?
Can we catch more than one exception in a single catch block?
What is string pooling concept?
What are invisible components?.
What do you mean by default constructor in java?
Give an example of use of pointers in java class.