A.使用URL对象的openConnection方法
B.使用URLConnection类的静态方法openConnection()方法得到
C.使用URL对象的getConnection()方法得到
D.使用URLConnection类的静态方法getConnection()方法得到
第1题:
A.PropertyChangeSupportListener
B.ChangeListener
C.PropertyChangeListener
D.VetoableChangeListener
第2题:
在J2EE中,以下不是JSP隐式对象的是( )
A、pageContect
B、context
C、application
D、out
第3题:
在J2EE的Model Ⅱ模式中,模型层对象被编写为__________。
第4题:
A.getDocumentElement方法
B.getElementsByTagName方法
C.getElementTagName方法
D.getElementById方法
第5题:
某程序利用网址参数创建URL对象url,接着希望利用对象url获得URLConnection对象,则这个url对象要调用的方法是()。
A.connection()
B.URLConnection()
C.getConnection()
D.openConnection()