Can you make an instance of an abstract class?
Answer Posted / rajasri
No, An abstract class can not be instantiated but we can
create reference for that class
Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
How garbage collection is done in java?
Why put method is idempotent?
What is the tradeoff between using an unordered array versus an ordered array?
what is the difference between preemptive scheduling and time slicing? : Java thread
Explain jdk, jre and jvm?
What is the platform?
How is treeset implemented in java?
How to call one constructor from the other constructor ?
What are triggers in DB? Explain their types. How do they work?
How do you format in java?
Can private members of a base class are inheritable justify?
How does compareto work in java?
Can static methods be inherited?
Why wait(),notify(),notifyAll() methods defined in Object class althought we are using in only threads.
what is thread? What are the high-level thread states? : Java thread