单项选择题

浏览器在关闭时,将被调用的Applet方法是 ( )

A.只有stop()方法
B.只有destroy()方法
C.先调用stop(),然后再调用destroy()
D.不调用Applet的任何方法