why abstract class does not have object creation
Answer Posted / sonykrishna90
bcz of abstract class have abstract methods and concrete methods in that process does n't have method body so how can know the jvm how much memory will allocate for that method so we dont have the creation of object.and another answer is abstract class abstract methods may have or may not also in that JVM was fixed for when abstract key word is coming there no object instantiation.
| Is This Answer Correct ? | 20 Yes | 5 No |
Post New Answer View All Answers
What is the differences between heap and stack memory in java? Explain
What is final modifier?
How to stop a thread in java? Explain about sleep () method in a thread?
Explain different ways of creating a thread?
Explain about complier design(phases)
What are the wrapped, classes?
Are arrays classes in java?
Write a java program that prints all the values given at command-line.
Why is serialization required?
How many digits is int32?
What is the difference between break and continue statements?
what are the disadvantages of indexes in oracle?
Is it possible to specify multiple jndi names when deploying an ejb?
What is command line argument in java?
What is double data type?