Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within Beginning Java
Search Coderanch
Advance search
Google search
Register / Login
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Tim Cooke
Campbell Ritchie
paul wheaton
Jeanne Boyarsky
Ron McLeod
Sheriffs:
Paul Clapham
Devaka Cooray
Saloon Keepers:
Tim Holloway
Carey Brown
Piet Souris
Bartenders:
Forum:
Beginning Java
What is Stack memory & heap memory
Vishnu Sharma
Ranch Hand
Posts: 55
posted 15 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
What is Stack memory & Heap memory??
Is there any relation like: Stack memory only saves Stack variable?? If yes then what is the purpose of Heap memory then??
Sebastian Janisch
Ranch Hand
Posts: 1183
posted 15 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
A quick search on google -->
What is difference between heap memory and stack memory
In short: Local variables live on the stack, objects live on the heap.
JDBCSupport
-
An easy to use, light-weight JDBC framework
-
Don't get me started about those stupid
light bulbs
.
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
heap-stack
When will a variable use memory from stack and when will use memory from heap?
Constructer variables
JVM memory management
stack and heap?
More...