0 votes
in JAVA by
What are the Memory Allocations available in JavaJava?

1 Answer

0 votes
by

Java has five significant types of memory allocations.

  1. Class Memory
  2. Heap Memory
  3. Stack Memory
  4. Program Counter-Memory
  5. Native Method Stack Memory

Related questions

0 votes
asked Feb 9, 2021 in JAVA by SakshiSharma
0 votes
asked Oct 13, 2020 in JAVA by SakshiSharma
...