HP Microserver Gen8 - Configure the RAID remotely

  • 12 August 2017
  • ADM

HP Microserver Gen8. Configure the RAID remotely using a browser.


How to sort objects with Comparable and Comparator in Java

  • 04 February 2017
  • ADM

How to sort objects with Comparable and Comparator in Java. Primitive array and list sorting. Java Object sorting with Comparable and Comparator.


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 convert Char to String in Java

  • 23 November 2020
  • ADM

How to convert Char to String in Java using String.valueOf and Character.toString method.


How to convert Char Array to String in Java

  • 07 December 2016
  • ADM

How to convert Char Array to String in Java. Two simple examples: using String constructor or static valueOf method


How to convert Byte array to String in Java

  • 07 December 2016
  • ADM

How to convert Byte array to String in Java. Simple example using String class.