What is meant by final class?
Answer / Shi Singh
A final class in Java cannot be subclassed. It means that no other classes can extend it or inherit from it.
| Is This Answer Correct ? | 0 Yes | 0 No |
Is hashset ordered java?
what is business objects?
Can we extend a class with private constructor?
Which collection object is faster to retrieving the data and inserting the data into it.
2 Answers Jamcracker, Virtusa,
Explain differences between collection api and stream api?
Why put method is idempotent?
What is map java?
What is a boolean expression in java?
What are the names of interfaces that doesn't consists of method/s ?
Explain about automatic type conversion in java?
What are abstract methods in java?
Difference between object and reference?