News

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.
Java records are a new language feature that reduces verbosity and enables optimized runtime performance. This Java records tutorial shows how they work.
Use Java's packages and static imports to organize top-level types and simplify access to their static members.
Java is an object-oriented language, and Java constructors are how you create objects. Learn about object creation in this full Java constructor tutorial.