Java memory model (all for interview)

Source: Internet
Author: User
  1. Java memory is divided into two types: stack memory and heap memory

  2. Stacks are used to store primitive type variables and reference type variables that point to objects, and the object itself is always created in the heap

  3. Heap memory is used to hold objects and arrays created by new and member variables

  4. Heap memory is shared by all threads, but each thread has its own stack


This article is from the "ten-li Rice flower" blog, please be sure to keep this source http://5880861.blog.51cto.com/5870861/1619435

Java memory model (all for interview)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.