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
What does the following if statement do?
If (code == HttpURLConnetion.HTTP_OK)
Free
(Multiple Choice)
5.0/5
(34)
Correct Answer:
A
_____________ attempts reliable delivery of data, with retries if there are failures. It also notifies the sender whether or not the attempt succeeded.
Free
(Multiple Choice)
4.9/5
(41)
Correct Answer:
D
Each IP ____ is delivered separately, and each one that is a part of the same transmission can take different routes through the Internet.
Free
(Multiple Choice)
4.8/5
(41)
Correct Answer:
A
Suppose that sock refers to a TCP socket connected to another machine, and in is aScanner. Which code sends the string "Who is there?" to the other machine, receives the return answer, and then prints it?
(Multiple Choice)
4.8/5
(43)
Which of the following protocols is used to send email messages?
(Multiple Choice)
4.8/5
(36)
Which of the following HTTP commands supplies input to a server-side command and returns the result?
(Multiple Choice)
4.8/5
(37)
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.8/5
(47)
To connect to the HTTP port (80) of the server yahoo.com, you use:
(Multiple Choice)
4.9/5
(36)
To retrieve the response code from a URLConnection object, you need __________________.
(Multiple Choice)
4.8/5
(33)
To retrieve the response code and message from an HttpURLConnection object, you need __________________.
(Multiple Choice)
4.9/5
(36)
__________________ is the protocol that defines communication between Web browsers and Web servers.
(Multiple Choice)
4.8/5
(41)
Which code fragment creates a server running at port 6666 and sends one line of text, "Hello from earth" over and over to any machine that connects to the server.
(Multiple Choice)
4.8/5
(38)
____________________ has no provision for retrying an incomplete transmission.
(Multiple Choice)
4.7/5
(43)
In a communication protocol, can the sender indicate how many bytes are contained in the request?
(Multiple Choice)
4.8/5
(34)
The ____________ has one function, to attempt to deliver data from one computer to another across the Internet.
(Multiple Choice)
5.0/5
(36)
For the server to execute the run method in a separate thread for each client, the application program needs to implement the _____ interface.
(Multiple Choice)
4.9/5
(38)
Showing 1 - 20 of 74
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)