GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

GeekInterview.com  >  Interview Questions  >  J2EE  >  Core Java
Go To First  |  Previous Question  |  Next Question 
 Core Java  |  Question 31 of 493    Print  
What is heap in Java

  
Total Answers and Comments: 9 Last Update: July 16, 2008   
  
 Sponsored Links

 
 Best Rated Answer
Submitted by: sampra
 
It is a memory area which stores all the objects created by an executing program.

Above answer was rated as good by the following members:
damodarJ
June 17, 2005 16:08:37   #1  
Senthilrajan        

RE: What is heap in Java
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

 
Is this answer useful? Yes | No
August 11, 2005 19:57:32   #2  
Jyoti        

RE: What is heap in Java
It is a memory area which stores all the objects created by an executing program.
 
Is this answer useful? Yes | No
August 12, 2005 06:08:05   #3  
nitin        

RE: What is heap in Java
heap is the memory area where memory allocated to objects.
 
Is this answer useful? Yes | No
September 03, 2005 02:10:04   #4  
sireesha        

RE: What is heap in Java
why multiple inheritance using classes is disadvantage in java
 
Is this answer useful? Yes | No
September 13, 2005 05:01:21   #5  
Arnab        

RE: What is heap in Java
Heap is the memory area in Java.
 
Is this answer useful? Yes | No
April 11, 2007 03:34:54   #6  
MOHD. IFTAKHAR        

RE: What is heap in Java
Because we have new concept in java called method overriding.

    A
B     C
    D

 
Is this answer useful? Yes | No
August 13, 2007 07:37:43   #7  
krishnamurthy        

RE: What is heap in Java
Heap is one of the largest space (memory area) which holds the objects
 
Is this answer useful? Yes | No
February 22, 2008 06:08:27   #8  
sampra Member Since: February 2008   Contribution: 279    

RE: What is heap in Java
It is a memory area which stores all the objects created by an executing program.
 
Is this answer useful? Yes | NoAnswer is useful 1   Answer is not useful 0Overall Rating: +1    
July 16, 2008 10:37:23   #9  
Debananadajena Member Since: July 2008   Contribution: 2    

RE: What is heap in Java
Hi
Heap is the location where a object is stored after it is instansiated.
Means after
A obj=new A();
now obj will be storeed in heap.

 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 




About Us  |   Privacy Policy  |   Terms and Conditions  |   Contact  |   Site Map  |   Add Question  |   Propose Category  |   RSS Feeds  |   Articles Sitemap  |   Site Updates  |   Add Resource

Copyright © 2005 - 2008 GeekInterview.com. All Rights Reserved
Page copy protected against web site content infringement by Copyscape