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 the difference between synchronized and synchronized block?
What do you mean by garbage collection used in java?
What are internal and external variables?
Where and how can you use a private constructor?
How to do a true java ping from windows?
What is an example of a constant variable?
What is difference in between java class and bean?
What is the meaning of variables in research?
According to java operator precedence, which operator is considered to be with highest precedence?
Can a final variable be null?
What is the importance of hashcode() and equals() methods?
What is private static in java?
What are 5 boolean operators?
What is the best way to findout the time/memory consuming process?
What is binary tree in java?