Can a class extend abstract class or interface? why
Answer Posted / mahesh
A class can extend an Abstract class but it can't extend an
interface.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Why is java called java?
How is string stored in java?
What is mysql driver class name?
What if static is removed from main method?
What is the difference between static and non-static variables in java programming?
What is java algorithm?
In a program, initializing an array of 100 KB is throwing an out of memory exception while there is 100 MB of memory available. Why?
What is :: operator in java 8?
What is the difference between the direct buffer and non-direct buffer in java?
What are benefits of java?
What is the generic class?
What is better - 'bit-shift a value' or 'multiply by 2'?
What is listnode in java?
How an object is serialized in java?
What are constants and how to create constants in java?