Urlconnection socket inetaddress are part of which package
Answers
Answered by
0
Socket is a TCP client API, and will typically be used to connect to a remote host. ServerSocket is a TCP server API, and will typically accept connections from client sockets. DatagramSocket is a UDP endpoint API and is used to send and receive datagram packets.
Similar questions