How-to articles, tricks, and solutions about JAVA
Reading Properties file in Java
To read a properties file in Java, you can use the Properties class from the java.util package.
Parsing JSON string in Java
To parse a JSON string in Java, you can use the JSONObject class from the org.json package.