Can u write constructor in abstract.If yes den when it will
be invoked.
Answer Posted / murli
yes..it will be invoked when the child class extending the abstract class is instantiated
| Is This Answer Correct ? | 16 Yes | 1 No |
Post New Answer View All Answers
What is the purpose of static methods and static variables?
Can set contain duplicates?
Is boolean a data type in java?
What is boolean data type in java?
What is your platform’s default character encoding?
How to handle a web browser resize operation?
Is arraylist ordered?
Why does abstract class have constructor?
What is int short for?
What's the purpose of using break in each case of switch statement?
What are adapter classes?
What are synchronized methods and synchronized statements in java programming?
Is null a string or object in java?
What happens if main method is not static?
what invokes a threads run() method? : Java thread