Java Development Journal

Hello!! Welcome to the Java Development Journal. We love to share our knowledge with our readers and love to build a thriving community.

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

java 8 Optional 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.

Java Timer Read More »

Scroll to Top