Can you have a constructor in abstract class?
Answer Posted / ashokmail.java@gmail.com
No. you can't make instance of abstract class.
| Is This Answer Correct ? | 42 Yes | 62 No |
Post New Answer View All Answers
What is a vararg?
Explain parallel processing in java8?
What is Enum in Java?
Can a static method be final?
what is the difference between process and thread? : Java thread
what methods would you overwrite in java.lang.object class?
What is double parsedouble in java?
what is singleton class in java?
What is substring in java?
Why static functions are used?
Is char a method in java?
Explain the private protected method modifier?
When do we need to use internal iteration? When do we need to use external iteration?
What do you mean by hashing?
Does variable declaration allocate memory?