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 the latest java version?
What is object-oriented programming?
Why is String immutable?
take an array with -ve and +ve value both.find out the nearest value of 0(zero).if two values are same like(-2 and +2)then extract +2 is nearest of 0(zero).
How do you start a new line in java?
What is the implementation of destroy method in java. Is it native or java code?
How many bits are used to represent unicode, ascii, utf-16, and utf-8 characters?
Why string is not a wrapper class?
What is the generic class?
What does it mean that a method or field is “static”?
What is the escape character in java?
What is the requirement of thread in java?
What is constructor and its types?
What is linkedlist in java?
What is the difference between menuitem and checkboxmenu item?