is memory to the abstract class allocated ..or objects not
instantiated
Answer Posted / rashid
Abstract class object can no be created so memory is not
allocated for abstract class (or we can say class object)
but we can still call static methods of abstract class and
those static methods can you static member objects of that
class, right?
How do they get executed without memory allocation?
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the access modifiers available in java?
Explain the difference between collection api and stream api in java8?
How do I know if java is installed?
Is null a string or object in java?
Which collections are thread safe in java?
What is a dynamic array in java?
What access modifiers can be used for methods?
What is type conversion in java?
Define max and min heap, also the search time of heap.
What is collection api?
What is the difference between quicksort & mergesort? When should they be used? What is their running time?
Which sort is best in java?
What is the difference between preemptive scheduling and time slicing?
Why do we need wrapper class?
What are filterstreams?