Multiple choice technology platforms and products

An activity is completely alive if it maintains -

  1. State information

  2. Member information

  3. Attached to Window Manager

  4. Above a & c

  5. Above a, b & c

  6. None of above

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

An activity is completely alive when it has state information (saved instance state), maintains member information (variables and objects), and is attached to the Window Manager (can display UI). All three conditions must be met for the activity to be fully functional and interactive.