Can we have a abstract class withought any method? What is a
purspose of this?
Answer Posted / sneha
Ya we can have an abstract class withought any method...It helps to prevent it from being instantiated...
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
How do you use compareto method?
Is a method a function?
What will be the default values of all the elements of an array defined as an instance variable?
What is collection api?
What is use of set in java?
What are 3 boolean operators?
What are unchecked exceptions in java?
What is multiple inheritance? Is it supported by java?
Differentiate between array list and vector in java.
Is arraylist an object in java?
What is keyword in oop?
Is array dynamic in java?
What is a singleton factory?
What data structures are used to perform recursion?
What restrictions are placed on method overloading in java programming?