[单选题]

通过Applet的 ( ) 方法,可以得到Applet类文档的URL。

A.getCodeBase ()

B.getHost ()

C.getByName ()

D.getDocumentBase ()

参考答案与解析:

相关试题

param可选标记指定applet外部参数,applet通过______方法可以

[单选题]param可选标记指定applet外部参数,applet通过______方法可以获得所给属性值。A.getDocumentBase()B.getCodeBase()C.getParameter()D.showDocument(URLurlObj)

  • 查看答案
  • Applet不能继承______类的方法。

    [单选题]A.pplet不能继承______类的方法。A.ComainerB.ComponentC.PanelD.Window

  • 查看答案
  • 当浏览器重新返回Applet所在页面时,将调用Applet类的( )方法。

    [单选题]当浏览器重新返回Applet所在页面时,将调用Applet类的( )方法。A.start( )B.init( )C.stop( )D.destroy( )

  • 查看答案
  • 提供showDocument()方法,使Applet能够请求浏览器访问特定URL

    [单选题]提供showDocument()方法,使Applet能够请求浏览器访问特定URL的类是A.AppletB.AppletContextC.JAppletD.URL

  • 查看答案
  • 提供showDocument()方法,使Applet能够请求浏览器访问特定URL

    [单选题]提供showDocument()方法,使Applet能够请求浏览器访问特定URL的类是( )。A.AppletB.AppletContextC.JAppletD.URL

  • 查看答案
  • 提供showDocument()方法,使Applet能够请求浏览器访问特定URL

    [单选题]提供showDocument()方法,使Applet能够请求浏览器访问特定URL的类是 ( )。A.AppletB.AppletContextC.JAppletD.URL

  • 查看答案
  • Applet不能继承以下哪个类的方法?()

    [单选题]A.pplet不能继承以下哪个类的方法? ( )A.Component类B.Container类C.Panel类D.Window类

  • 查看答案
  • 当浏览器重新返回Applet所在页面时,将调用Applet类的方法是

    [单选题]当浏览器重新返回Applet所在页面时,将调用Applet类的方法是A.start()B.init()C.stop()D.destroy()

  • 查看答案
  • 当浏览器重新返回Applet所在页面时,将调用Applet类的方法是()。

    [单选题]当浏览器重新返回Applet所在页面时,将调用Applet类的方法是( )。A.start()B.init()C.stop()D.destroy()

  • 查看答案
  • 如果要在Applet中显示特定的文字、图形等信息,可以在用户定义的Applet类

    [单选题]如果要在Applet中显示特定的文字、图形等信息,可以在用户定义的Applet类中重写的方法是A.paint()B.update()C.drawstring()D.drawLine()

  • 查看答案
  • 通过Applet的 ( ) 方法,可以得到Applet类文档的URL。