is memory to the abstract class allocated ..or objects not
instantiated
Answer Posted / swetha
no,since we cannot instantiate objects for an Abstract class
memory is not allocated for an abstract class
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
What is the statements?
design an lru cache in java?
In how many ways we can do synchronization in java?
Can we have more than one package statement in source file ?
What is the difference between a synchronized method and a synchronized block?
What is the static field modifier?
Explain about the interpreter in java?
What does math floor () do?
Which are different kinds of source code?
What is try-with-resources in java?
Mention the default values of all the elements of an array defined as an instance variable.
What is a JAR file?
What is the basic difference between string and stringbuffer object?
Can a private method of a superclass be declared within a subclass?
What is boolean false?