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
Which sorting is best in java?
Why is it called buffering?
What is lifetime variable?
What is this keyword in java?
How do you clear an arraylist in java?
What is the collections api in java programming?
Can you declare the main method as final?
Can a variable be local and static at the same time?
What is complexity and its types?
Compare overloading and overriding?
What is a ?
When is an object subject to garbage collection?
What is a values collection view ?
Explain the different forms of polymorphism?
What is the difference between Array and Hash Table?