Java Development
-

Create client Socket
With this example we are going to demonstrate how to create a client Socket in Java. In short, to create…
Read More » -

Get hostname from IP address
This is an example of how to get the host name of a remote host from its IP address. Doing…
Read More » -

Get IP address and hostname from local machine
In this example we shall show you how to retrieve the IP address and hostname from the local host. To…
Read More » -

Get IP address from hostname
In this example we shall show you how to retrieve the IP address from the hostname of a specific host.…
Read More » -

Send network DatagramPacket
This is an example of how to send a Datagram packet over the network in Java. Sending Datagram packets between…
Read More » -

Receive network DatagramPacket
In this example we shall show you how to receive a Datagram packet in Java. For a host to receive…
Read More » -

Get response headers from HTTP request
With this example we are going to demonstrate how to get response headers from an HTTP request in Java. In…
Read More » -

Send cookie with HTTP request
This is an example of how to send a cookie with an HTTP request in Java. In short, to send…
Read More » -

Get cookies from HTTP connection
With this example we are going to demonstrate how to get cookies from an HTTP connection in Java. In short,…
Read More » -

Convert Between Character Set Encodings with CharBuffer
In this example we shall show you how to convert between character set encodings with a CharBuffer in Java. To…
Read More »
