Core Java
-
Java Command-Line Interfaces (Part 7): JCommander
This is the seventh post in my series that briefly introduces various libraries for processing command-line arguments in Java. This…
Read More » -
Java Command-Line Interfaces (Part 6): JOpt Simple
The main web page for JOpt Simple calls this Java-based library “a Java library for parsing command line options, such…
Read More » -
Java 8 Optionals
While programming, we have all faced the most (in)famous NullPointerException. And I believe we all would agree that encountering NullPointerException…
Read More » -
All about Finals
A variable can be declared final. A final variable may only be assigned to once. It is a compile-time error…
Read More » -
The Best Java Developer Tools for Testing and Integration
Discover faster, more efficient performance monitoring with an enterprise APM product learning from your apps. Take the AppDynamics APM Guided…
Read More » -
[MEGA DEAL] Complete Java Programming Bootcamp (94% off)
10 Courses (83.5 Hours) to Become a Java Master: Design UIs with JavaFX, Utilize Design Patterns, Master Multithreading & More…
Read More » -
Java Command-Line Interfaces (Part 5): JewelCli
After looking at command-line processing in Java with Apache Commons CLI, args4j, jbock, and Commandline in previous posts, I turn…
Read More » -
Java Command-Line Interfaces (Part 4): Commandline
This fourth part of my series on command-line parsing in Java features Commandline, which is described as “a Java library…
Read More » -
Lifecycle of JUnit 5 Extension Model
JUnit5 final release is around the corner (currently it is M4), and I have started playing with it a bit…
Read More »