Answer Posted / chinmay
To prevent inheritance final class is used.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Can a class declared as private be accessed outside it’s package?
What is meant by 'Class access modifiers'?
What is data member in java?
How do you compare arrays in java?
Is main a function?
What is the java project architecture?
What do you understand by casting in java language?
If two threads have same priority which thread will be executed first ?
How many bits is a 64 bit byte?
Why are the objects immutable in java?
Can we override constructors?
Why does java not support operator overloading?
What is fundamental datatype?
What is the purpose of garbage collection in java? When is it used?
What is the difference between interface & abstract class?