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 difference between this and super keyword?
Why strings in java are called as immutable?
Can you extend singleton class?
Can we change the value of static variable?
How to avoid memory leak in java?
What is nullpointerexception?
What is valid keyword in java?
Write a program to print fibonacci series up to count 10.
What is a databasemetadata?
a thread is runnable, how does that work? : Java thread
How is it possible for two string objects with identical values not to be equal under the == operator?
What is floating data type?
What is static method with example?
What are three types of loops in java?
What is hashmap and map?