Multiple choice Which method is called when the applet loses focus? init() method start() method stop() method destroy() method Reveal answer Fill a bubble to check yourself C Correct answer Explanation stop() method is called every time when the applet loses the focus.