Multiple choice softskills creativity

where does the class methods stored in the Ram??

  1. Heap

  2. Kernal

  3. Stack

  4. Static Data Blocks

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

While the method code itself is stored in the Code Segment/Method Area, the execution of methods (including local variables and call frames) occurs on the Stack. However, the question is slightly ambiguous as 'stored' usually refers to the Method Area.