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
What are the different ways of creating thread?
State two differences between C and Java.
Can we declare an array without size in java?
What is the benefit of using enum to declare a constant?
Can an object be null?
When a lot of changes are required in data, which one should be a preference to be used? String or stringbuffer?
What are the string methods in java?
What do you mean by JVM?
How do you use spaces in java?
Explain inner classes ?
What is close method? How it's different from Finalize & Dispose?
What does it mean to flush a file?
How can you make sure that your singleton class will always return single instance in multi-threaded environment?
State some situations where exceptions may arise in java?
What is the default size of set in java?