can abstract class have constructor how can you achive
this ?
Answer Posted / rajasekharreddy.y
Yes abstract class must have the constructor, these
constructor we can achive by creating the instance of the
concreate subclass of the abstract class.
| Is This Answer Correct ? | 14 Yes | 2 No |
Post New Answer View All Answers
Explain the importance of throws keyword in java?
What do you understand by java?
Is java se free?
What is the maximum size of list in java?
What is autoboxing and unboxing?
is there a separate stack for each thread in java? : Java thread
What is better - 'bit-shift a value' or 'multiply by 2'?
What is the final keyword?
How do you avoid global variables?
What is thread pool? How can we create thread pool in java?
What is the difference between the size and capacity of a vector?
What is sizeof in java?
What is difference between module and function?
Why is stringbuffer faster than string?
Why java is not 100% object-oriented?