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
What is the purpose of the enableevents() method in java programming?
Is 0 true or is 1 true?
What is the collections api?
What is a Hash Table? What are the advantages of using a hash table?
Can the interface be final?
What is the purpose of void?
What does opcode mean?
What all access modifiers are allowed for top class ?
What is square root in java?
What is object-oriented programming?
If a class is declared without any access modifiers, where can the class be accessed?
How does arraylist size increase in java?
Can you declare an interface method static?
Why for each loop is used?
Name few java util classes introduced with java 8 ?