Multiple choice technology platforms and products If an activity is paused or stopped, the system can drop it from memory by calling - Calling drop() method Calling finish() method Calling release() method kill the process_id Above b or d None of above Reveal answer Fill a bubble to check yourself E Correct answer Explanation When an activity is paused or stopped, the system can reclaim memory either by calling finish() or by killing the process containing the activity, making both methods valid paths for memory recovery.