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
Should a main method be compulsorily declared in all java classes?
Can java list be null?
What is pre increment and post increment in java?
What are the types of java?
Is java call by value?
What do you mean by ternary operator in java?
Can extern variables be initialized?
Can a class be declared as protected?
Is an empty arraylist null?
What is nested loop? What is dangling else condition in it?
Differentiate between vector and array list.
What is the main difference between java platform and other platforms?
Explain about member inner classes?
What is the difference between final, finally and finalize()?
What is the difference between the reader/writer class hierarchy and the inputstream/outputstream class hierarchy in java programming?