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
Which type of protocol defines communication between the web browsers and web servers?
(Multiple Choice)
4.8/5
(44)
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.9/5
(34)
A print writer buffers the characters that you send to it.To make sure that the server gets a complete request at a time, you need to ________ the buffer.
(Multiple Choice)
4.8/5
(25)
a(n. ____ is a pointer to an information resource on the World Wide Web.
(Multiple Choice)
4.9/5
(36)
The ____ program is a useful tool for establishing test connections with servers.
(Multiple Choice)
4.9/5
(38)
Each IP ____ is delivered separately, and each one that is a part of the same transmission can take different routes through the Internet.
(Multiple Choice)
4.8/5
(30)
The Java library provides a _________ class that can take care of the socket connection to a web server.
(Multiple Choice)
4.9/5
(37)
The _________ class makes it easy to fetch a file from a web server.
(Multiple Choice)
4.9/5
(32)
What does the following if statement do?
if (code == HttpURLConnetion.HTTP_OK)
(Multiple Choice)
4.9/5
(36)
What service translates an IP address to a name that is easier to remember?
(Multiple Choice)
4.9/5
(36)
____________________ has no provision for retrying an incomplete transmission.
(Multiple Choice)
4.7/5
(30)
Showing 61 - 74 of 74
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)