Can you have a constructor in abstract class?
Answer Posted / naveen
a abstract class can contain abstract methods and concrete methods, to initiate and use these method we can create the object and also a constructor
Is This Answer Correct ? | 7 Yes | 27 No |
Post New Answer View All Answers
Can you explain the final method modifier?
Is null an object in java?
Why use string handling in Java?
When a thread is executing synchronized methods , then is it possible to execute other synchronized methods simultaneously by other threads?
What is difference between final and immutable?
What do you understand by soft reference?
Why java uses the concept of the string literal?
what is encapsulation in java? Explain
Why are constructors used?
What is the use of System class?
Explain the difference between the public, private, final, protected, and default modifiers?
What is parsing in java?
how to prepare for IT Officers Interview in Banks
What is java reflection?
Explain parallel processing in java8?