Blip (Portugal) Interview Question

Where method calls are stored in memory in the JVM?

Interview Answer

Anonymous

May 10, 2023

I didn't know the answer, but they are stored in the stack memory (same as recursive calls). This can lead to stack overflow exception.