Which of the following methods is called a single time during its lifecycle?
Explanation
The init() method is invoked only once when an object or process is initialized. In contrast, methods like start(), stop(), and destroy() can be called multiple times throughout the lifecycle.