Jump to ratings and reviews
Rate this book

Java Socket programming: From Theory to Practical with complete implementation code of Video Conferencing

Rate this book
The term network programming refers to writing programs that execute across multiple devices (computers), in which the devices are all connected to each other using a network. Sockets provide the communication mechanism between two computers using TCP. A client program creates a socket on its end of the communication and attempts to connect that socket to a server. When the connection is made, the server creates a socket object on its end of the communication. The client and server can now communicate by writing to and reading from the socket. The java.net.Socket class represents a socket, and the java.net.ServerSocket class provides a mechanism for the server program to listen for clients and establish connections with them. This book provide depth understanding of Java Socket programming by emphasising on Video Conferencing server implementation and book contain video conferencing Client and server script of 15000 lines to understand java socket programming in real world domain.

224 pages, Paperback

Published December 1, 2014

5 people want to read

About the author

Ratings & Reviews

What do you think?
Rate this book

Friends & Following

Create a free account to discover what your friends think of this book!

Community Reviews

5 stars
1 (100%)
4 stars
0 (0%)
3 stars
0 (0%)
2 stars
0 (0%)
1 star
0 (0%)
No one has reviewed this book yet.

Can't find what you're looking for?

Get help and learn more about the design.