Multiple choice technology operating systems

Some inValid Methods (Java's Method since the code is developed in Java Programming Language for android) names available in activity lifecycle are

  1. void onCreate(Bundle savedInstanceState)

  2. void onStart()

  3. void onResume()

  4. void onDestroy()

  5. void onExit

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

Android's Activity lifecycle includes standard callback methods such as onCreate, onStart, onResume, and onDestroy. There is no void onExit method in Java's Android Activity lifecycle class, making it an invalid method name, whereas the others are all standard, valid callbacks.