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


Please Help Members By Posting Answers For Below Questions

what are three ways in which a thread can enter the waiting state? Or what are different ways in which a thread can enter the waiting state? : Java thread

515


What is the super void?

452


What is meant by design patterns?

575


Write a program to reverse a number in java?

556


What is the different between get and post?

496






What is a final class ?

597


What about main thread in java?

642


When wait(), notify(), notifyall() methods are called does it releases the lock or holds the acquired lock?

539


What is difference between Heap and Stack Memory?

530


Name component subclasses that support painting in java programming?

624


Why is java so important?

643


Can we have multiple catch block for a try block?

582


Write a program to print fibonacci series

607


What are the 6 functions?

505


What is immutable class in java?

506