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


Please Help Members By Posting Answers For Below Questions

Can a class be private?

516


When would you use a static class?

584


Can a static class have a constructor java?

550


Explain the difference between call by refrence and call by value?

563


What is jagged array in java?

530






What is anagram of a string?

517


What is a method declaration?

516


What are peerless components?

620


Write a program to print 15 random numbers using foreach of java 8?

545


Define a java class.

803


What is the use of runnable interface?

611


what is the purpose of "virtual"?

570


why using interface interface ?

1510


Does java linked list allow duplicates?

554


Why do we need variables?

531