Is it compulsory to have atleast one abstract method in
abstract class?
Answer Posted / jag
no we can have all concrete methods in abstract class
example:
all the methods in javax.servlet.HttpServlet class are
concrete but it is abstract class
Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is a website container?
List some features of the abstract class.
What is constant in programming?
Explain OOPs concept.
Explain the difference between intermediate and terminal operations in java8?
Name few java.lang classes introduced with java 8 ?
What is an immutable object?
Why is multiple inheritance not supported in java?
What is class forname?
Is a boolean 1 bit?
What do you understand by final value?
What about interrupt() method of thread class ?
What are data types in oop?
Explain the difference between jdk, jre, and jvm?
What are the 6 boolean operators?