I have a question about Java stack area and static area.
[Question] Do the stack area of memory and the static area refer to the same thing?
[Background]
The word "static area" came up in a Java reference book the other day.
I thought that it was different from the stack area that I knew from before, and when I looked it up in the "static area", Only sites related to "stack area" will be hit.
Are these two the same? Or is it something else?
If it is different, I would appreciate it if you could explain it.
Recommended Posts