is memory to the abstract class allocated ..or objects not
instantiated
Answer Posted / rishu
but according to my understanding ,objects of abstract
variables are create but memory can't be allocated as.the
memory of this points to null..we can say tht.objects of
abstract class can't be created.. am i right?
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
Difference between a class and an object?
Explain inheritance in java?
What are the differences between string, stringbuffer and stringbuilder?
What happens if a try-catch-finally statement does not have a catch clause to handle an exception that is thrown within the body of the try statement?
What is a function easy definition?
What is the use of runnable interface?
What is an infinite loop?
What do you know about the garbage collector?
Program to Find the second largest element in an array.
What is javac in java?
How can a gui component handle its own events in java programming?
FOR EXAMPLE WE R HAVING TWO LIST ELEMENTS ..BOTH LISTS CONTAINS ID,NAME,PLACE ..I NEED TO COMPARE BOTH IDS IN TWO LISTS,IF ID'S R SAME MEANS WE HAVE ADD THE DETAILS(LIKE NAME,PLACE) TO MAP...HOW IS POSSIBLE ?CAN ANY ONE SUGGEST?
What is field name?
Can we declare a static variable inside a method?
What is sortedmap interface?