Java String replaceAll

A quick guide to the Java String replaceAll method. Learn how to use the replaceAll method work with String manipulation for your Java application.

java 8 Optional

Java 8 Optional In this post, we will talk about Java 8 Optional class introduced in Java 8. As a Java developer, You must have faced NullPointerException at least (I have faced … Read more

Java Timer

Learn to use Java Timer and TimerTask to get the most out of it. Schedule a delayed onetime task, a daily task or just repeat on an interval.