Computer Science, asked by sharPal9703, 1 year ago

Urlconnection socket inetaddress are part of which package

Answers

Answered by Anonymous
0

\bold{Answer}

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