Can u write constructor in abstract.If yes den when it will
be invoked.
Answer Posted / chaitali chari
You cannot have a abstract constructor. If you declare a
constructor as abstract then it would give any error while
compilation saying abstract modifier not allowed.
| Is This Answer Correct ? | 3 Yes | 18 No |
Post New Answer View All Answers
What are the common uses of "this" keyword in java ?
What is anagram word?
Explain about public and private access specifiers?
What is r * in math?
Which variables are stored in stack?
What is the major difference between linkedlist and arraylist?
What is string [] java?
What are the Static and Dynamic Variables? Differentiate them.
Is array serializable java?
What does the “static” keyword mean?
How an object is serialized in java?
How static variable work in java?
Is 0 true or is 1 true?
Is 0 true or false in java?
What is fail first in java?