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
Explain the difference between arraylist and linkedlist in java?
Is ++ operator thread-safe in java?
Does every java program need a main?
Explain about assignment statement?
I have multiple constructors defined in a class. Is it possible to call a constructor from another constructor’s body?
What are new features introduced with java 8 ?
What are passing parameters?
What are design patterns and please explain?
What does java final mean?
What does this () mean in java?
How do you remove an element from an arraylist in java?
You're given a Boolean 2D matrix, can you find the number of islands?
What is variable declaration and definition?
What is a top level class in java?
What is void data type?