Which of the following methods is called a single time during its lifecycle?

Choose the correct answer

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.

Which of the following methods is called a single ti… — Java concepts and its programming | PakQuizHub