A. Write a statement in Java to create a socket address bound to InetSocket-
Address addr and the TELNET server process.
B. Write a statement in Java to extract the InetAddress of an InetSocketAddress named sockAd.
C. A socket address is the combination of an IP address and a port number that defines an application program running on a host. Can we create an instance of the InetSocketAddress class with an IP address that is not assigned to any host?