Raj
how many types of memory area are allocated by java virtual machine ?
By Raj in Java on Sep 19 2016
  • geetha nallavadla
    Apr, 2019 30

    5. method area heap java stack native java stack program counter

    • 0
  • Vijay Sasi
    Sep, 2017 20

    6 types

    • 0
  • Mukesh Kumar
    Sep, 2017 2

    Heap & stack

    • 0
  • Bhavya Dalwadi
    Aug, 2017 13

    · Class (Method) Area · Heap · Stack · Program Counter Register · Native Method Stack

    • 0
  • Saurabh Srivastava
    Jul, 2017 19

    1) Class loader: Class loader is used to load class files.2) Class (Method) Area: Class (Method) Area stores per-class structures such as the runtime constant pool, field and method data, the code for methods.3) Stack: In stack memory area all local variables stores and each thread has private JVM stack and it created at the same time as thread.4) Heap: It is the runtime data area in which objects are allocated.These are the main memory area.

    • 0
  • Saurabh Srivastava
    Jul, 2017 19

    1) Class loader: Class loader is used to load class files.2) Class (Method) Area: Class (Method) Area stores per-class structures such as the runtime constant pool, field and method data, the code for methods.3) Stack: In stack memory area all local variables stores and each thread has private JVM stack and it created at the same time as thread.4) Heap: It is the runtime data area in which objects are allocated.These are the main memory area.

    • 0
  • Raj
    Sep, 2016 19

    1.stack 2.heap 3.class(method)

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS