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 an enumeration?
What is operator overloading. Is it is supported in java?
How to display all the prime numbers between 1 and 100
When throws keyword is used?
Explain the difference between call by refrence and call by value?
How does singleton class work?
Can you inherit from an abstract class java?
What is difference between printf and scanf?
What is anagram in java?
Is java owned by oracle?
How can you read an integer value from the keyword when the application is runtime in java? example?
What is oop principle in java?
What is the best way to findout the time/memory consuming process?
What is final, finally, finalize?
What is a heavyweight component?