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

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

There are no hints for this question