Can you have a constructor in abstract class?
Answer Posted / ranjan
We can write a method name same as class which is called
constructor in the abstract class , but as a abstract class
can not be instanciated so that method used as a general
method.
but no error would be there...
| Is This Answer Correct ? | 31 Yes | 16 No |
Post New Answer View All Answers
Explain about the select method with an example?
What is the main advantage of passing argument by reference?
Is 0 true or is 1 true?
What is the java idl system?
What carriage return means?
What is a file pointer?
How many types of memory areas are allocated by jvm?
What are static variables and functions?
how to handle exceptions in ejb?
What is compareto () in java?
Explain about the interpreter in java?
What is floor in java?
What is overloading and overriding in java?
Explain thread life cycle in java?
when to use ArrayList and when to use HashMap in webApplication.