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 purpose of static methods and static variables?
Is integer passed by reference in java?
What is 32 bit float?
What is the difference between a method and a function in alice?
What do you mean by stack?
Write a program to print 15 random numbers using foreach of java 8?
When to use runnable interface vs thread class in java?
Is there a case when finally will not execute?
what is static import in java? Explain
What is the meaning of immutable regarding string?
What is methodological framework?
When does an object becomes eligible for garbage collection in java?
What are synchronized blocks in java?
What is this keyword in java?
What is nextint java?