-
Contributing Member
Re: Sockets in Java
There are two kinds of sockets in Java one for handling server and another for client. They are namely:
ServerSocket class is used by the server to wait for the client and connects to the server by Using Socket Class.
-
Junior Member
Re: Sockets in Java
hi,
Sockets are divided into 2 types, (Hardware,Software ports).
we can't see software port. Every application is using Specific port.
we cant'use Reserved port, that's already assigned.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules