adspace
Answer Posted / pranab dutta
An Abstract class serves as a template, so it must be
extended /subclassed. It contains a static data. It means a
class that is abstract may not be instantiated and its
constructor can?t be called. A class may be declared
abstract even if it has no abstract methods that prevents
it from being instantiated.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How to create a base64 decoder in java8?
How to sort array in descending order in java?
What is a classloader in java?
What is the difference between equals() and == in java?
Explain public static void main(string args[]) in java.
What is parsing in java?
Write a program to print count of empty strings in java 8?
Realized?
What is a constructor overloading in java?
What are the differences between heap and stack memory in java?
Is minecraft 1.15 out?
explain different ways of using thread? : Java thread
What is the difference between break and continue statements?
Differentiate between static and non-static methods in java.
What do you mean by an interface in java?