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.


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


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


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


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


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