is memory to the abstract class allocated ..or objects not
instantiated
Answer Posted / swetha
no,since we cannot instantiate objects for an Abstract class
memory is not allocated for an abstract class
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
what is the use of bean managed and container managed with example?
What two classes are used to read data only?
How do you print array in java?
I want to store more than 10 objects in a remote server? Which methodology will follow?
Why we cannot override static method?
How many inner classes can a class have?
What is the use of beaninfo?
What is the difference between procedural and object-oriented programs?
Why is java not 100% pure oops?
How do you read a char in java?
Can java hashmap have duplicate keys?
What is difference between public static and void?
What is double in java?
What is the differences between c++ and java? Explain
What does the “final” keyword mean in front of a variable? A method? A class?