is memory to the abstract class allocated ..or objects not
instantiated
Answer Posted / rashid
Abstract class object can no be created so memory is not
allocated for abstract class (or we can say class object)
but we can still call static methods of abstract class and
those static methods can you static member objects of that
class, right?
How do they get executed without memory allocation?
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is meant by polymorphism?
What is int lol?
How can we create an immutable class in java?
Is multiple inheritance supported by java?
Which eclipse is best for java?
Can we have any other return type than void for main method?
How arrays are stored in memory in java?
What is replacefirst in java?
When is the arraystoreexception thrown?
How hashmap works in java?
What is a ternary operator in java?
What are different types of references?
How can we find the sum of two linked lists using stack in java?
Can you create an object of an abstract class?
What are the steps in the jdbc connection?