|
INTERVIEW QUESTIONS
J2EE
DETAILS
Question: Can anyone explain me the accurate difference between heap and stack in memory usage of java....... it is highly appreciable if i get the answer with real time example or examples....
Answer: Heap: in heap memory objects will be created.whenever JVM loads a class,a method and heap area are immediately created in it. stack:this is the place where java methods are executed,each method is executed on a separate frame in java stack.
|
|
|
Category |
J2EE Interview Questions & Answers -
Exam Mode /
Learning Mode
|
Rating |
(0.3) By 8384 users |
Added on |
11/15/2013 |
Views |
67326 |
Rate it! |
|
|
Question:
Can anyone explain me the accurate difference between heap and stack in memory usage of java....... it is highly appreciable if i get the answer with real time example or examples....
Answer:
Heap: in heap memory objects will be created.whenever JVM loads a class,a method and heap area are immediately created in it. stack:this is the place where java methods are executed,each method is executed on a separate frame in java stack. Source: CoolInterview.com
Answered by: ameen | Date: 11/19/2008
| Contact ameen
HEAP : is a randomly storage space where variables or its value stored temporary and randomly, within alloted space of heap . In heap, if variable having same name,type are alloted different memory space.
STACK : is continous storage space in which data can be 'push' into stack in order to insert value or 'pop' to remove value . Source: CoolInterview.com
Answered by: Ankit Khanijau | Date: 7/28/2009
| Contact Ankit Khanijau
HEAP : is a randomly storage space where variables or its value stored temporary and randomly, within alloted space of heap . In heap, if variable having same name,type are alloted different memory space.
STACK : is continous storage space in which data can be 'push' into stack in order to insert value or 'pop' to remove value .
Source: CoolInterview.com
Answered by: lakshmi | Date: 7/18/2010
| Contact lakshmi
If you have the better answer, then send it to us. We will display your answer after the approval.
Rules to Post Answers in CoolInterview.com:-
- There should not be any Spelling Mistakes.
- There should not be any Gramatical Errors.
- Answers must not contain any bad words.
- Answers should not be the repeat of same answer, already approved.
- Answer should be complete in itself.
|
|
Related Questions |
View Answer |
|
What is hibernate, where to use the hibernate and advantages of hibernate?
|
View Answer
|
|
Tell me some interfaces which are generally used in our j2ee application? (pls give me some list of interfaces in java and j2ee)
|
View Answer
|
|
Why we have using java in internet base?
|
View Answer
|
|
What is the function of all 9 implicit objects(application ,session,request,response,out,page, pageContext,config,exception)?
|
View Answer
|
|
what is IOC in springs?
|
View Answer
|
|
is that goto keyword in java?
|
View Answer
|
|
How to Create Object without using the keyword "new" in java?
|
View Answer
|
|
Can we write any static block or any static method in jsp program?
|
View Answer
|
|
Why java have no pointer?
|
View Answer
|
|
What is Ant tool and use of this tool?
How to configure this tool with servlet by using eclipse3.1?
What is plug-in and use of the plug-in? and also how to configure with struts application by using Eclipse 3.1 Ide.
|
View Answer
|
|
All the method in interface to be implemented in derived class.Suppose The particular interface is used 1000 of classes,we need some changes to the method in interface,what to be done?
|
View Answer
|
|
What is Connection Pooling mechanism?
|
View Answer
|
|
Connection is an interface.But how we can able to make the object of Connection interface i.e- Connection con=DriverManager.getConnection(); Can you write a program as the above statement.
|
View Answer
|
|
Define Hash table?
|
View Answer
|
|
How can call the Session bean in to the Action class in struts?
|
View Answer
|
|
what is J2EE and what are the features of it?
|
View Answer
|
|
How can we done caching of servlet? How can we log out from a page? What is the difference between JspWriter & PrintWriter?
|
View Answer
|
|
What is the difference between application server & web server ?
|
View Answer
|
|
What is the difference and advantage of j2ee over java?
|
View Answer
|
Please Note: We keep on updating better answers to this site. In case you are looking for Jobs, Pls Click Here Vyoms.com - Best Freshers & Experienced Jobs Website.
View All J2EE Interview Questions & Answers - Exam Mode /
Learning Mode
|