I'm getting started with Java's Socket
and SocketServer
classes.
As mentioned above I would like to know which protocol (or however it is called) the Socket classes are using to communicate by default.
It is probably TCP, but I couldn't find anything specific, probably I'm overlooking something.