Enum examples in Java

  • 24 April 2017
  • ADM

Enum examples in Java. Simple enum usage. How to convert String to Enum object. Enum object with fields and methods.


JUnit 3 vs JUnit 4 Comparison

  • 01 March 2017
  • ADM

Junit 3 vs Junit 4 Comparison. Junit 4 is introducing new features like annotations, static import, timeout.


How to configure Tomcat with Eclipse

  • 14 February 2017
  • ADM

How to configure Tomcat with Eclipse. Simple steps to configure Tomcat working within Eclipse IDE.


Copy and Paste is not working on Remote Desktop Connection

  • 06 February 2017
  • ADM

Copy and Paste is not working on Remote Desktop Connection. The simple solution is to restart the rdpclip application.


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