Skip to main content\(
\newcommand{\lt}{<}
\newcommand{\gt}{>}
\newcommand{\amp}{&}
\definecolor{fillinmathshade}{gray}{0.9}
\newcommand{\fillinmath}[1]{\mathchoice{\colorbox{fillinmathshade}{$\displaystyle \phantom{\,#1\,}$}}{\colorbox{fillinmathshade}{$\textstyle \phantom{\,#1\,}$}}{\colorbox{fillinmathshade}{$\scriptstyle \phantom{\,#1\,}$}}{\colorbox{fillinmathshade}{$\scriptscriptstyle\phantom{\,#1\,}$}}}
\)
Chapter 15 Client-Server Applications, Networking, and Sockets
After studying this chapter, you will:
Objectives
Understand some basics about networks.
Know how to use Java’s URL
class to download network resources from a GUI or console application.
Be able to design networking applications, using the client/server model.
Understand how to use Java’s Socket
and ServerSocket
classes.