A. In Figure 11.3, assume that the request is a URL to retrieve a picture. How is
the URL stored in the recvBuff?
B. Write a statement in Java to extract the port number of an InetSocketAddress named sockAd.
C. What is the difference between the DatagramSocket class and the Socket class in Java?
D. What is the difference between the ServerSocket class and the Socket class in Java?