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
What is double word?
How is a variable stored in memory?
What happens if we override private method?
Can a class be private in java?
Explain about main() method in java ?
Is space a char?
Is string is a data type in java?
What is a numeric string?
Which collections are thread safe in java?
How do you sort a list in java?
Explain the reason behind ending a program with a system.exit(0)?
What is a method declaration?
Is vector synchronized in java?
What is default exception handling in java?
How to perform linear search in java?