Client Server Socket example in Java

  • 13 January 2017
  • ADM

Client Server Socket example in Java. Client example reading the input from the console. Simple echo server example.


How to get free disk space in Java

  • 05 April 2016
  • ADM

How to get free disk space in Java using File.getFreeSpace(), File.getTotalSpace() and File.getUsableSpace().


How to convert byte size into human readable format in java

  • 20 May 2016
  • ADM

How to convert byte sizes into human readable format using Java. Convert from Kilobyte to Yottabyte.