Exam 23: Internet Networking
Exam 1: Introduction76 Questions
Exam 2: Using Objects82 Questions
Exam 3: Implementing Classes108 Questions
Exam 4: Fundamental Data Types124 Questions
Exam 5: Decisions119 Questions
Exam 6: Loops107 Questions
Exam 7: Arrays and Array Lists117 Questions
Exam 8: Designing Classes88 Questions
Exam 9: Inheritance99 Questions
Exam 10: Interfaces100 Questions
Exam 11: Input/Output and Exception Handling108 Questions
Exam 12: Object-Oriented Design104 Questions
Exam 13: Recursion99 Questions
Exam 14: Sorting and Searching100 Questions
Exam 15: The Java Collections Framework102 Questions
Exam 16: Basic Data Structures102 Questions
Exam 17: Tree Structures102 Questions
Exam 18: Generic Classes75 Questions
Exam 19: Stream Processing85 Questions
Exam 20: Graphical User Interfaces75 Questions
Exam 21: Advanced Input/Output90 Questions
Exam 22: Multithreading81 Questions
Exam 23: Internet Networking74 Questions
Exam 24: Relational Databases75 Questions
Exam 25: XML74 Questions
Select questions type
When you communicate with a web server to obtain data, you have two choices:
I. You can make a socket connection and send GET and POST commands.
II. You can make a server connection and send GET and POST commands.
III. You can use the URLConnection class and have it issue the commands on your behalf.
IV. You can use the URL class and have it issue the commands on your behalf.
(Multiple Choice)
4.8/5
(38)
____ has built-in provisions for retrying incomplete transmissions.
(Multiple Choice)
4.9/5
(37)
To retrieve the response code and message from an HttpURLConnection object, you need __________________.
(Multiple Choice)
4.7/5
(30)
The ______ method empties the buffer and forwards all waiting characters to the destination.
(Multiple Choice)
5.0/5
(28)
To open a connection, which of the following statements can you use?
(Multiple Choice)
4.9/5
(37)
To kill a server that was started in a shell window, ________.
(Multiple Choice)
4.9/5
(42)
If your data gets lost or garbled during transmission from one computer to another, what is responsible for ensuring that the recipient is aware of the unfortunate fact and does not rely on incomplete data?
(Multiple Choice)
4.9/5
(40)
Which HTTP command supplies input to a server-side command and return the result?
(Multiple Choice)
4.7/5
(37)
The ____ is a complex collection of pathways on which a message can travel from one access point to another.
(Multiple Choice)
4.9/5
(41)
The first time you open a certain webpage, it takes a few seconds to load. Later in the day, you open the same webpage again and it was much quicker. What made this different?
(Multiple Choice)
4.8/5
(32)
To retrieve the response code from a URLConnection object, you need __________________.
(Multiple Choice)
4.9/5
(33)
When you communicate with a mail server, you ___________, or you can learn how to use Java mail extensions.
(Multiple Choice)
4.8/5
(35)
To connect to the HTTP port (80) of the server yahoo.com, you use:
(Multiple Choice)
4.8/5
(40)
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
(45)
Showing 21 - 40 of 74
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)