is memory to the abstract class allocated ..or objects not
instantiated
Answer Posted / sekhar
For abstract classes we can't create an object directly
with the help of the new operator.So memory is not allocated
for abs classes.
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
How is treeset implemented in java?
What are the elements of java?
What is the purpose of a parameter?
What is the format specifier?
What is a protected void?
How are the elements of a gridbaglayout organized?
Why declare Main() method as a static in java ?
Why can't we override private static methods?
What is the platform?
Can we sort arraylist in java?
What are the rules for variable declaration?
Is java same as core java?
Can we define private and protected modifiers for the members in interfaces?
Which data type is class in java?
How many bytes are there?