Can you make an instance of an abstract class?
Answer Posted / rajasri
No, An abstract class can not be instantiated but we can
create reference for that class
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What are the 6 mandatory procedures for iso 9001?
How do you override a private method in java?
FOR EXAMPLE WE R HAVING TWO LIST ELEMENTS ..BOTH LISTS CONTAINS ID,NAME,PLACE ..I NEED TO COMPARE BOTH IDS IN TWO LISTS,IF ID'S R SAME MEANS WE HAVE ADD THE DETAILS(LIKE NAME,PLACE) TO MAP...HOW IS POSSIBLE ?CAN ANY ONE SUGGEST?
What is a JAR file?
What is a treemap in java?
Is it possible to specify multiple jndi names when deploying an ejb?
Why arraylist is used in java?
Can an anonymous class be declared as implementing an interface and extending a class in java programming?
Can a static class have a constructor?
Do we have pointers in java?
Can we create object of inner class in java?
Can you inherit a constructor java?
What is a substitution variable?
What are byte codes?
What class allows you to read objects directly from a stream in java programming?