Sort a list in java

Here is a nice example of sorting of a list

References http://programtalk.com/java/sort-list-java/

How to forwarding X11 connections from a remote host using sshj in java

This example demonstrates how forwarding X11 connections from a remote host can be accomplished.

Retrofit Crawler

A simple web crawler that uses a Retrofit service to turn URLs into webpages.

Convert byte to Hexadecimal String and vice versa

Convert byte to Hexadecimal

Convert Hexadecimal to byte

How to download and Upload a file through SFTP using java.

Here is a code example that shows how to download and upload a file through SFTP in java Download File  

Upload File