Which protocol does Java's Socket use? -


i'm getting started java's socket , socketserver classes.

as mentioned above know protocol (or called) socket classes using communicate default.

it tcp, couldn't find specific, i'm overlooking something.

yes, socket , serversocket use tcp/ip.

the package overview java.net package explicit this, it's easy overlook.

udp handled datagramsocket class.


Comments

Popular posts from this blog

php - SPIP: From Tag directly to an article -

jquery - isAjaxRequest always return false -

ruby on rails - In a controller spec, how to find a specific tag in the generated view? -