Answer Posted / hari krishna
All the classes including the abstract classes can have
constructors.Abstract class constructors will be called
when its concrete subclass will be instantiated.
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
How does java pattern compile work?
What is the difference between length and length() method in java?
What does int argc char * argv [] mean?
Is null a value?
What does provide mean construction?
Write a factorial program using recursion in java?
What class allows you to read objects directly from a stream?
What is a class instance variable?
How can you write a loop indefinitely in java programming?
Define how does a try statement determine which catch clause should be used to handle an exception?
What is early binding and late binding in java?
How do you implement tree mirroring in java?
If two threads have same priority which thread will be executed first ?
Can arraylist contain null values?
Differentiate jar and war files?