Nieuws

The most significant addition to the Java language since Sun Microsystems rewrote the collections API for Java 5 is the introduction of Java records. Java records address two significant pain points ...
In this two-part tutorial you’ll learn how to put Java APIs at the heart of your design and development process, from concept to coding. Part 1 starts with an overview and introduces you to ...
One issue with having so many RESTful web services APIs is that their designers simply don't have a solid grasp of RESTful principles. In this RESTful APIs tutorial, we will look at the philosophy ...
Get to know the Java persistence standard based on Hibernate and learn how to use JPA to store and manage Java objects in a relational or NoSQL database.