Can u write constructor in abstract.If yes den when it will
be invoked.
Answer Posted / chaitali chari
You cannot have a abstract constructor. If you declare a
constructor as abstract then it would give any error while
compilation saying abstract modifier not allowed.
| Is This Answer Correct ? | 3 Yes | 18 No |
Post New Answer View All Answers
Explain, java is compatible with all servers but not all browsers?
Write a program to reverse a number in java?
What is consumer in java?
Is java owned by oracle?
What is flush () in java?
What is the use of pattern in java?
What are the advantages of arraylist over arrays?
What are class types in java?
Is space a character in java?
What is string data type?
Is singleton class immutable?
Explain Basics of OOP Language in java
Write java program to reverse string without using api?
You're given a Boolean 2D matrix, can you find the number of islands?
Difference between default and protected access specifiers?