8
Reply

how many types of memory area are allocated by java virtual machine ?

Raj

Raj

Sep 19, 2016
458
0

    Heap stack

    Mukesh Kumar
    October 14, 2017
    0

    6 types

    Vijay Sasi
    September 20, 2017
    0

    Stack & heap

    Mukesh Kumar
    September 03, 2017
    0

    Heap & stack

    Mukesh Kumar
    September 02, 2017
    0

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

    Bhavya Dalwadi
    August 13, 2017
    0

    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.

    Saurabh Srivastava
    July 19, 2017
    0

    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.

    Saurabh Srivastava
    July 19, 2017
    0

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

    Raj
    September 19, 2016
    0