is memory to the abstract class allocated ..or objects not
instantiated
Answer Posted / sekhar
For abstract classes we can't create an object directly
with the help of the new operator.So memory is not allocated
for abs classes.
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
What is string data?
What do you understand by final value?
What is callable java?
How use .contains in java?
What is java instanceof operator?
How do you create immutable object in java?
Is java se free?
What type of variable is error flag?
What do you mean by synchronized non access modifier?
Can static method access instance variables ?
can any body body expalin best definitions & best real time exaples for opps concepts.
What are the new features in java 8? Explain
Is void a data type?
what is the role of xml in core java?? and how we can use it?? can somebody give a sample program with explanation and from where i can read more about xml?????
What is string builder in java?