What is heap in Java

Showing Answers 1 - 17 of 17 Answers

Senthilrajan

  • Jun 17th, 2005
 

JAVA is fully Object oriented language. It has two phases first one is Compilation phase and second one is interpratation phase. The Compilation phase convert the java file to class file (byte code is only readable format of JVM) than Intepratation phase interorate the class file line by line and give the proper result. 
 
Thanks  
Regards 
K.Senthilrajan

  Was this answer useful?  Yes

Jyoti

  • Aug 11th, 2005
 

It is a memory area which stores all the objects created by an executing program.

  Was this answer useful?  Yes

nitin

  • Aug 12th, 2005
 

heap is the memory area where memory allocated to objects.

  Was this answer useful?  Yes

sireesha

  • Sep 3rd, 2005
 

why multiple inheritance using classes is disadvantage in java

  Was this answer useful?  Yes

Arnab

  • Sep 13th, 2005
 

Heap is the memory area in Java.

  Was this answer useful?  Yes

MOHD. IFTAKHAR

  • Apr 11th, 2007
 

Because we have new concept in java called method overriding.

    A
B     C
    D

  Was this answer useful?  Yes

krishnamurthy

  • Aug 13th, 2007
 

Heap is one of the largest space (memory area) which holds the objects

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions