Is it compulsory to have atleast one abstract method in
abstract class?
Answer Posted / geetha
yes,whenever a class is defined as an abstract it should
have atleast one method as an abstract
| Is This Answer Correct ? | 5 Yes | 20 No |
Post New Answer View All Answers
Why Java doesn’t support multiple inheritance?
What is java used for on a computer?
Can variables be used in java without initialization?
What does string intern() method do?
What is meant by memory leak?
Which is bigger float or double?
What is var keyword ?
What happens when you invoke a thread’s interrupt method while it is sleeping or waiting?
What are the different data types in java?
How is it possible in java programming for two string objects with identical values not to be equal under the == operator?
How to instantiate static nested classes in java?
What is a stringbuffer?
How many tetrahedral voids are there in bcc?
What are the types of collections in java?
What is java thread dump, how can we get java thread dump of a program?