47.4k views
0 votes
Every time you call a method, the address to which the program should return at the completion of the method is stored in a memory location called the ____.

User Hustnzj
by
4.2k points

1 Answer

7 votes

Answer:

Stack

Step-by-step explanation:

Every time you call a method, the address to which the program should return at the completion of the method is stored in a memory location called the stack.

User JosephHirn
by
5.0k points