Can you have a constructor in abstract class?
Answer Posted / naveen
a abstract class can contain abstract methods and concrete methods, to initiate and use these method we can create the object and also a constructor
| Is This Answer Correct ? | 7 Yes | 27 No |
Post New Answer View All Answers
Why collection doesn’t extend cloneable and serializable interfaces?
Which is the class in java?
Why arraylist is used in java?
List the different types of classloaders in java.
What is static keyword in java?
Is java call by value?
List some java keywords sun like c, c + + keywords?
What language is an assembler written in?
What is a boolean used for?
What is a blocking method in Java?
How is it possible for two string objects with identical values not to be equal under the == operator?
What is structure of java heap? What is perm gen space in heap?
Explain constructors and types of constructors in java.
What are multiple inheritances? Is it supported by java?
What does system out println () do?