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 17?

image of code
method2, method1
  • method1
  • method1, method2
  • method 3, method2, method1

There are no hints for this question