s***e 发帖数: 122 | 1 1. If you are creating an applet that is designed to direct a Web page to a
specific URL, it is necessary to obtain an applet context and call a
method on it, passing in the URL. What is the name of this method?
A showDocument()
B displayURL()
C viewPage()
D showURL()
E linkPage()
2. What application technique describes the best way to ensure that a
connection opened on a socket is available as often as possible ?
A Use the test() method, from the Socket class, this method returns true if
the So |
|