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 the final class modifier?
Explain public static void main(string args[]).
What are different types of encoding?
What are parsing rules?
How do you reverse a string in java without using string buffer?
What are thread local variables?
How to restrict a member of a class from inheriting by its sub classes?
How do you create a method in java?
What is classpath?
What are the types of collections in java?
What is class array in java?
What is a marker interface?
What do you understand by Header linked List?
Is a method a procedure?
If an application has multiple classes in it, is it okay to have a main method in more than one class?