问题详情
在编写Java Applet程序时,若需要对发生的事件做出响应和处理,一般需要在程序的开头写上()语句。
A.import java.awt.*;
B.import java.applet.*;
C.import java.io.*;
D.import java.awt.evcnt.*;