why the abstract class has default constructor?

Answer Posted / amandeep

A Abstract Class Can't Have An Default constructor........Cause It Can't Have An Instance Of It.....

Is This Answer Correct ?    2 Yes 10 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are conditionals and its types?

592


Explain about sets?

573


What is exception hierarchy in java?

593


If a method is declared as protected, where may the method be accessed?

538


What is nested loop? What is dangling else condition in it?

575






Is char a data type in java?

548


Is array primitive data type in java?

545


Write a java program to find the route that connects between Red and Green Cells. General Rules for traversal 1. You can traverse from one cell to another vertically, horizontally or diagonally. 2. You cannot traverse through Black cells. 3. There should be only one Red and Green cell and at least one of each should be present. Otherwise the array is invalid. 4. You cannot revisit a cell that you have already traversed. 5. The maze need not be in the same as given in the above example

2138


Does java return by reference?

538


What are the advantages of functions?

524


Does sprintf add a null terminator?

566


What is native code?

540


Where is the singleton class used?

587


What are the supported platforms by java programming language?

573


What do you mean by data type?

550