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
Which is better 64 bit or 32 bit?
How many types of design patterns are there?
What do you understand by overloading and overriding in java?
What is memory leak and how does java handle it?
What is :: operator in java?
What is thread life cycle?
Does every java program need a main?
Can we have a method name same as class name in java?
What is the difference amongst jvm spec, jvm implementation, jvm runtime ?
What is the basic of java?
Wha is the output from system.out.println(“hello”+null); ?
What is a pointer and does java support pointers?
What all access modifiers are allowed for top class ?
Is nan false?
Can you declare the main method as final?