Answer Posted / sunil kale
no interface can't extends class, it only extends another
interface.
Class implpements interface.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Do we need to manually write Copy Constructor?
Can list be null in java?
Can we have any code between try and catch blocks?
Why char array is favored over string for the storage of passwords?
What are the three parts of a lambda expression? What is the type of lambda expression?
Which is faster call by value or call by reference?
What are the different ways of implementing thread? Which one is more advantageous?
Are private methods final?
Can each java object keep track of all the threads that want to exclusively access it?
What are abstract methods in java?
What is the tradeoff between using an unordered array versus an ordered array?
What is jagged array in java?
Can we override the overloaded method?
What is consumer interface?
Which data type is a class in java?