is memory to the abstract class allocated ..or objects not
instantiated
Answer Posted / sekhar
For abstract classes we can't create an object directly
with the help of the new operator.So memory is not allocated
for abs classes.
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
What is overriding in java?
Is empty string in java?
What is the difference between overriding & overloading?
Explain java thread life cycle.
What is one third plus one third as a fraction?
What are latest features introduced with java 8?
When does a class need a virtual destructor?
List two java ide’s?
What is the differences between heap and stack memory in java? Explain
Is map ordered in java?
Is an array a vector?
What is jrmp?
make a method which any number and any type of argument and print sum of that arguments.....
Difference between static and dynamic class loading.
What is scope & storage allocation of static, local and register variables? Explain with an example.