Given the following code, trace the code starting at line 5. What method activation records are on the call stack from top to bottom at line 30?

image of code
method4, method3, method2, method1
  • method1, method2, method3, method4
  • method1, method2, method3
  • method3, method2, method1

There are no hints for this question