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.


How to convert XML file into properties data in Java

  • 04 April 2017
  • ADM

The java.util.Properties class come with a loadFromXML() method to convert an XML file to properties data.


How to convert properties file into XML file in Java

  • 04 April 2017
  • ADM

The java.util.Properties class come with a storeToXML() method to convert existing properties data into an XML file.


RGB LED on Raspberry Pi using Java

  • 31 March 2017
  • ADM

In this article will make RGB LED to change colors using Raspberry Pi and Java.


RGB LED on Raspberry Pi using C

  • 31 March 2017
  • ADM

In this article will make RGB LED to change colors using Raspberry Pi and C.


RGB LED on Raspberry Pi using Python

  • 31 March 2017
  • ADM

In this article will make RGB LED to change colors using Raspberry Pi and Python.