watermark logo

Java Stack and Heap - Java Memory Management

11 Views
admin
admin
03 Dec 2019

https://[a]www.guru99.com%2Fjava-stack-heap.html[/a] the following video demonstrates how memory is allocated in stack java & heap java.
This is complete guide to Java memory management
The JVM divided the memory into following sections.
Heap,
Stack,
Code,
Static.
What is Stack Memory?
Stack in java is a section of memory which contains methods, instance variables, and reference variables.
What is Heap Memory?
Heap is a section of memory which contains Objects and may also contain reference variables.

Like, share and subscribe our channel for more videos.
Watch more videos on our YouTube channel at https://www.youtube.com/channe....l/UC19i1XD6k88KqHlET
READ this as a book on Amazon by viewing at http://amzn.to/2han5hw
Visit our website for more! www.guru99.com
Read our blogs in https://www.guru99.com/blog/
FACEBOOK! Would you prefer to watch more about us? Like our page for more https://www.facebook.com/guru99com/
TWITTER! Tweet for us on Twitter with #guru99 and follow us on https://twitter.com/guru99com
LinkedIn! Follow us here https://www.linkedin.com/company/guru99/

THANKS! We appreciate you reading this and hope you have a wonderful day!

Sincerely,
Guru99

Show more

0 Comments Sort By

No comments found

Facebook Comments

Up next