TOC PREV NEXT INDEX



Network operations (TCP and UDP)


These options will write code to let computers communicate over a network. Java hides some of the complexities of network connections by allowing programs to write to sockets, which can either be TCP based or UDP based. (UDP sockets are also sometimes called "Datagrams".)


Data Representations, Inc.
http://www.datarepresentations.com
support@datarepresentations.com
sales@datarepresentations.com
TOC PREV NEXT INDEX