Learn how to use the java.lang.Module API
Also find me here:
Baeldung Author
Carlo Corti
Experienced Software Engineer with a demonstrated history of working in the IT and services industry.
Here's what I've written (so far):
Baeldung on Java
- All
- Testing (2)
- Reactive (2)
- Java (2)
- Persistence (1)
- Core Java (1)
Filtering Observables in RxJava
Filed under Reactive
A practical reference for filtering Observables in RxJava.
Assertions in JUnit 4 and JUnit 5
Filed under Testing
A look at assertions in both JUnit 4 and 5.
Method Handles in Java
Filed under Java
See how to use MethodHandles in Java.
Guide to CockroachDB in Java
Filed under Persistence
Learn how to configure, monitor, and interact with an instance of CockroachDB using JDBC.
Creating a MS PowerPoint Presentation in Java
Filed under Java
Quick and practical example of creating PowerPoint presentations using Java and Apache POI.
Mathematical and Aggregate Operators in RxJava
Filed under Reactive
A quick guide to mathematical and aggregate operators from the RxJava library
Migrating from JUnit 4 to JUnit 5
Filed under Testing
Learn how to migrate from JUnit 4 to the latest JUnit 5 release – with an overview of the differences between the two versions.