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
What is a jit compiler?
What are the differences between forwarding () method and sendredirect() methods?
Is java same as core java?
What lambda means?
What are recursive functions?
Can you explain the usages of class.forname()?
Can you inherit a constructor java?
Why we use methods in java?
What modifiers are allowed for methods in an interface?
How do you reverse a list?
Name four container classes.
What is the difference between equals() and == in java?
When is the arraystoreexception thrown?
Write a regular expression to validate a password. A password must start with an alphabet and followed by alphanumeric characters; its length must be in between 8 to 20.
How to check if a list is sorted in java?