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

When a byte datatype is used?

557


What are packages in java?

551


Is java a utf 8 string?

520


What is a constructor, constructor overloading in java?

519


How to sort an array from smallest to largest java?

530






Why is string class considered immutable?

590


What is meant by class loader? How many types are there? When will we use them?

495


Explain about data types?

567


What is the use of inner class?

531


What is OOP Language?

618


What is an infinite loop in java? Explain with an example.

571


How many types of interfaces are there?

565


What initialize variables?

498


What happens if a constructor is declared private?

517


What is instanceof keyword?

711