InterviewSolution
Saved Bookmarks
| 1. |
Different Memory Allocations available in Java? |
|
Answer» DIFFERENT MEMORY Allocations available in Java? Below are the five significant types of memory allocations in Java. (1)CLASS Memory (2)Heap Memory (3)Stack Memory (4)Program Counter-Memory (5)NATIVE METHOD Stack Memory |
|