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
Does constructor return any value?
How will you communicate between two applets?
What's a method in programming?
What is flush () in java?
what is synchronization? : Java thread
why are wait(), notify() and notifyall() methods defined in the object class? : Java thread
What is the use of default method in interface in java? Explain
What are the two main uses of volatile in Java?
Why java is a platform independent? Explain
When would you use a static class?
Is singleton thread safe in java?
What is meant by object oriented programming – oop?
What is e in java?
What is object-oriented programming?
What is hashmap in java?