Creating a Custom URL Connection

Explore the process of creating a custom URL connection in Java to overcome the limitations associated with the default URLConnection class.

New Features in Java 20

Explore some of the new features and changes introduced as part of the incremental Java 20 release.

Setup Http Patch Request With OpenFeign

Spring Cloud OpenFeign makes it easy to write a client to REST APIs. We can use this for PATCH requests. We look at how this works and how to set it up to avoid common pitfalls.

Java Weekly, Issue 489

Unnamed methods in Java, Hibernate 6 migration, async-profiler, generative AI and jobs, and monoliths are not dinosaurs!

Guide to Java Project Panama

Project Panama aims to ease the interaction between Java and foreign (non-Java) APIs, i.e., native code written in C, C++, etc.

javax vs. java Package

Explore examples of both java and javax packages and understand the key differences between them.