Login
Remember
Register
Ask a Question
What are the Memory Allocations available in JavaJava?
0
votes
asked
Jun 1, 2022
in
JAVA
by
SakshiSharma
What are the Memory Allocations available in JavaJava?
memory-allocations
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jun 1, 2022
by
SakshiSharma
Java has five significant types of memory allocations.
Class Memory
Heap Memory
Stack Memory
Program Counter-Memory
Native Method Stack Memory
...