News

The JDK is the development platform for building Java applications. Learn about different JDK versions, then install a JDK in your development environment and use it to compile a Java program.
Identifying individual components When creating cloud-native Java applications, the software architect should be looking for ways to break down a traditionally built application into smaller, loosely ...
The Java Platform Module System (JPMS) is a code-level structure, so it doesn’t change the fact that we package Java into JAR files. Ultimately, everything is still bundled together in JAR files.
Writing a Java application (see Android) that consumes a JSON API usually involves mapping the JSON objects to Java classes for use in the software. This is a tedious and repetitive task to say ...
AWS Lambda Java example If you’re a Java developer and you haven’t built an AWS Lambda function before, you’ll be amazed by how easy it is to get your first serverless application up and running.