What is the Difference between Final Class && Abstract Class?
Answer / Shivam Gupta
Final classes cannot be subclassed, while abstract classes can. A final class represents a complete entity and cannot be extended, whereas an abstract class provides a base for other classes to inherit from but cannot be instantiated on its own.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain the importance of import keyword in java?
What is the use of default method in interface in java?
what type of questions asked for barclays technologies pune please send urgent
Explain why wait(), notify() and notifyall() methods are in object class rather than in thread class?
What are the two ways in which thread can be created?
How to avoid the runtime exception ?
How to display all the prime numbers between 1 and n (n is the number, get the input from user)
How many ways can you break a singleton class in java?
why should we get the following error ? Exception in main method NoClassDefFoundError:classname could anyone give the detail clarification on how java compiler can look for .class file?
For technical interview question please sir send me because tomorrow my interview
What is meant by wrapper classes?
How does arraylist work in java?