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 state does a thread enter when it terminates its processing in java programming?
What are parsing rules?
Explain about interthread communication and how it takes place in java?
What are the different data types in java?
What do you know about the garbage collector?
What is nested class?
What is method reference in java?
What is difference between iterator and enumeration in java?
Howto get an object that will perform date & time calculations then format it for output in some different locales with different date style.can ne1 tel me the answer of this question.pls
Is arraylist dynamic in java?
What is primitive data type in java?
Explain spliterator in java8?
Why does java have two ways to create child threads? Which way is better?
What is a “stateless” protocol ?
What is the primitive type short?