Exam 22: Internet Networking
Exam 1: Introduction98 Questions
Exam 2: Using Objects76 Questions
Exam 3: Implementing Classes103 Questions
Exam 4: Fundamental Data Types125 Questions
Exam 5: Decisions120 Questions
Exam 6: Loops128 Questions
Exam 7: Arrays and Array Lists118 Questions
Exam 8: Designing Classes95 Questions
Exam 9: Inheritance101 Questions
Exam 10: Interfaces85 Questions
Exam 11: Inputoutput and Exception Handling109 Questions
Exam 12: Object-Oriented Design104 Questions
Exam 13: Recursion110 Questions
Exam 14: Sorting and Searching109 Questions
Exam 15: The Java Collections Framework110 Questions
Exam 16: Basic Data Structures104 Questions
Exam 17: Tree Structures110 Questions
Exam 18: Generic Classes75 Questions
Exam 19: Graphical User Interfaces76 Questions
Exam 20: Streams and Binary Inputoutput82 Questions
Exam 21: Multithreading82 Questions
Exam 22: Internet Networking74 Questions
Exam 23: Relational Databases75 Questions
Exam 24: XML74 Questions
Exam 25: Web Applications75 Questions
Select questions type
The ______ method of the ServerSocket class waits for a client connection.
(Multiple Choice)
4.7/5
(37)
The ____ program is a useful tool for establishing test connections with servers.
(Multiple Choice)
4.9/5
(46)
Two kinds of data are transmitted between computers: ______________ refers to the data that one computer actually wants to send to another. Network protocol data are the data that describe how to reach the intended recipient and how to check for errors and data loss in the transmission.
(Multiple Choice)
4.9/5
(41)
The term _____________ data refers to the data that describe how to reach the intended recipient and how to check for errors and data loss in the transmission.
(Multiple Choice)
4.8/5
(34)
When a web page is loaded, the browser stores it in a ________ directory.
(Multiple Choice)
4.9/5
(43)
The ______ method empties the buffer and forwards all waiting characters to the destination.
(Multiple Choice)
4.9/5
(45)
The ____________ translates domain names into Internet addresses.
(Multiple Choice)
4.8/5
(41)
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
(30)
The Java library provides a _________ class that can take care of the socket connection to a web server.
(Multiple Choice)
4.8/5
(28)
IP breaks up large chunks of data into more manageable ____________________.
(Multiple Choice)
4.8/5
(36)
A(n) _______________ is a set of instructions and rules that the client and server follow to allow communication between them. Each will know what to send and what to expect to receive from its partner in the communication.
(Multiple Choice)
4.9/5
(28)
_______ ________ was developed to enable different local area networks to communicate with each other and has become the basis for connecting computers around the world over the Internet.
(Multiple Choice)
4.8/5
(36)
Which code creates a server socket on port PORT_NUMBER and listens for a connection?
(Multiple Choice)
4.8/5
(32)
Showing 41 - 60 of 74
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)