Networking is provide communication between computer systems or devices and provide ability to exchange data between them. The java.net package provides an object-oriented framework for the creation and use of Internet Protocol (IP) sockets
It is represent the IP address, which is either a 32- or 128-bit unsigned number used by IP. Package java.net provides the following addressing-related classes
TCP (Transmission Control Protocol) is a connection-based protocol that provides a reliable flow of data between two computers
UDP (User Datagram Protocol) is a protocol that sends independent packets of data, called datagrams, from one computer to another with no guarantees about arrival.
UDP is not connection-based like TCP so many firewalls and routers have been configured not to allow UDP packets.The following are related to sending and receiving datagram packets via UDP.
These classes are related to locating or identifying network resources.
Authentication of a user may be required in a number of situations, such as when a user tries to access a URL
Permissions relate to what actions may be performed.
Others
Languages
Frameworks
Web / Design
Mobile Technology
Sql & Technology
R4R