题目内容:
在编写Java Applet程序时,需在程序的开头写上( )语句。
A import java.awt.*B import java.applet.Applet ;
C import java.io.* ;
D import java.awt.Graphics ;
参考答案: