Can you make an instance of an abstract class?
Answer Posted / anitha
Directly we con't Instantiate an Abstract Class.but through
an implementation class we can do it.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Is a class an object?
What do you understand by java?
Can you call a method on a null object?
what is bmg file and how to create that files?what will it contailn?
What is the use of System class?
Explain throw keyword in java?
What is the difference between class forname and new?
Does java allow overriding static methods ?
Given a singly linked list, how will you print out its contents in the reverse order? Can you do it with consuming any extra space?
How to sort an unsorted array in java?
what is the difference between a threads start() and run() methods? : Java thread
What is the difference between stringbuffer and stringbuilder?
Can we use return in constructor?
What is final keyword?
How many types of methods are there in java?