Exam 21: Internet Networking
Exam 1: Introduction96 Questions
Exam 2: Fundamental Data Types103 Questions
Exam 3: Decisionseasy99 Questions
Exam 4: Loops100 Questions
Exam 5: Methods94 Questions
Exam 6: Arrays and Arraylists100 Questions
Exam 7: Inputoutput and Exception Handling100 Questions
Exam 8: Objects and Classes101 Questions
Exam 9: Inheritance and Interfaces99 Questions
Exam 10: Graphical User Interfaces54 Questions
Exam 11: Advanced User Interfaces91 Questions
Exam 12: Object-Oriented Design100 Questions
Exam 13: Recursion100 Questions
Exam 14: Sorting and Searching99 Questions
Exam 15: The Java Collections Framework100 Questions
Exam 16: Basic Data Structures94 Questions
Exam 17: Tree Structures100 Questions
Exam 18: Generic Classes78 Questions
Exam 19: Streams and Binary Inputoutput82 Questions
Exam 20: Multithreading82 Questions
Exam 21: Internet Networking74 Questions
Exam 22: Relational Databases75 Questions
Exam 23: XML74 Questions
Exam 24: Web Applications74 Questions
Select questions type
Write a code fragment that connects to a server running on gorge.divms.uiowa.edu at port 2345 and reads one line of text sent by the server.
(Multiple Choice)
4.7/5
(42)
____ has built-in provisions for retrying incomplete transmissions.
(Multiple Choice)
4.8/5
(43)
The _________ class makes it easy to fetch a file from a web server.
(Multiple Choice)
4.8/5
(30)
The following command:
Java pgmName hostname /
Lets you retrieve any item from a web server. The slash means:
(Multiple Choice)
4.9/5
(46)
Show the command line that establishes a telnet connection with echo server (port 7) running on the computer www.eecs.utoledo.edu.
(Multiple Choice)
4.9/5
(35)
What are the steps involved in designing a client/server application?
I. Design a communication protocol.
II. Test the server with the Telnet program.
III. Implement the server program.
IV. Write a client program.
(Multiple Choice)
4.7/5
(28)
What does the following if statement do?
If (code == HttpURLConnetion.HTTP_OK)
(Multiple Choice)
4.8/5
(33)
The ______ method of the ServerSocket class waits for a client connection.
(Multiple Choice)
4.8/5
(37)
To retrieve the response code from a URLConnection object, you need __________________.
(Multiple Choice)
4.7/5
(45)
To retrieve the response code and message from an HttpURLConnection object, you need __________________.
(Multiple Choice)
4.8/5
(37)
Showing 21 - 40 of 74
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)