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
Explain about complier design(phases)
What is the intersection and union methods?
Can I declare class as static or private?
What does n mean in java?
Explain illegalmonitorstateexception and when it will be thrown?
What is difference between path and classpath variables?
What is java console application?
Explain the difference between a Thread and a Process.
When we should use serialization?
Can we declare the main method of our class as private?
What does this () mean in constructor chaining concept?
What is the purpose of methodology?
What is the use of :: in java?
Write a program in java to create a doubly linked list containing n nodes.
How is a variable stored in memory?