Answer Posted / nitin panwar
Bcoz each subclass executes the superclass constructor
before executing own constructor,thats why abstract class
has a constructor .
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is public/private protected in java?
Why is whitespace important?
Is jdk required on each machine to run a java program?
what is the purpose of the runtime class?
What is super?
Explain java coding standards for variables ?
Define class?
How variables are declared?
Name few java 8 annotations ?
What is variable and constant explain with example?
What is the effect of keeping a constructor private?
What is the difference between stringbuffer and stringbuilder class?
Can static methods access instance variables in java?
Why we do exception handling in java and how many types of exceptions are there?
What is internal iteration in java se 8?