Answer Posted / m gangadhar
using interfaces over abstract classes is gives better
ferformance becoz interfaces does not have any constructor
but abstract classes can have. for this reason it does not
vaste time to create object.
| Is This Answer Correct ? | 11 Yes | 29 No |
Post New Answer View All Answers
What is a dynamic array java?
Explain java thread life cycle.
How many types of threads are there in java?
What is a website container?
What does java edition mean?
Can we assign null to double in java?
What is a lambda expression ? What's its use ?
How does multithreading take place on a computer with a single cpu in java programming?
What is protected access modifier?
Is null an object in java?
What is the numeric promotion?
Is it compulsory for a try block to be followed by a catch block in java for exception handling?
How to create a custom exception?
What is an immutable class?
What are different types of classloaders?