Q. In Java, local variables are stored in __ memory and instance variables are stored in ___ memory.
β
Correct Answer: (C)
Stack, Heap
You must be Logged in to update hint/solution