Each time a method is invoked, the system stores parameters and local variables in an area of memory, known as _______, which stores elements in last-in first-out fashion.
Each time a method is invoked, the system stores parameters and local variables in an area of memory, known as a stack, which stores elements in last-in first-out fashion.