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

visual studio - vb.net filter binding source by time -

php - SPIP: From Tag directly to an article -

jquery - isAjaxRequest always return false -