下列哪个方法使用了Graphics类的实例作为参数? ( )A.repaint()B.init()C.drawBytes()D.update()

下列哪个方法使用了Graphics类的实例作为参数? ( )

A.repaint()

B.init()

C.drawBytes()

D.update()


相关考题:

在Java中,为了使paint()方法执行,以下各项中,()是最佳的调用方法 A.paint()B.repaint()C.paint(Graphics)D.update(Graphics)

在JAVA中,为了使paint()方法执行,以下各项中,()是最佳的调用方法。 A.paint()B.repaint()C.paint(Graphics)D.update(Graphics)

如果应用程序要在Applet上显示输出,则必须重写的方法是(. )。A.Graphics.drawString()B.repaint()C.paint()D.update()

paintComponent()方法定义于______类,并且以______类的实例作为参数。

下列______方法使用了Graphics类的实例作为参数。A.init()B.repaint()C.drawBytes()D.update()

如果应用程序要在Applet上显示输出,则必须重写的方法是A.Graphics.drawString()B.repaint()C.paint()D.update()

如果应用程序要在Applet上显示输出,则必须重写的方法是( )。A.Graphics.drawstring( )B.repaint( )C.paint( )D.update( )

有关Servlet的生命周期说法错误的是 ()。A.Servlet的生命周期由Servlet实例控制B.init()方法在创建完Servlet实例后对其进行初始化,传递的参数为实现ServletContext接口的对象C.service()方法响应客户端发出的请求D.destroy()方法释放Servlet实例

当一个类定义了【】方法后,类实例化时会自动调用该方法。A.auto()B.init()C.__auto__()D.__init__()