Static Code Analysis Using Infer 23 5 月, 2024 Ovidiu Mihai Tacu 0 Explore the fundamentals of code analysis, learn about Infer’s capabilities, and get practical insights into incorporating it into your development workflow.
CompletableFuture vs. Mono 22 5 月, 2024 Harpal Singh 0 In this quick tutorial, we’ll compare CompletableFuture and Mono from Project Reactor in Java, focusing on how they handle asynchronous tasks.
Get File Extension From MIME Type in Java 2 10 月, 2023 baeldung 0 Learn how to use Java to determine file extensions for IANA media types.
Skipping the First Iteration in Java 2 10 月, 2023 Eugene Kovko 0 Explore various methods to skip the first element using loops and the Stream API.
How to Detect the Username Using Java 2 10 月, 2023 Eugene Kovko 0 Explore a couple of ways to get the required information about the environment.
Introduction to Apache Kafka 2 10 月, 2023 Ralf Ueberfuhr 0 Learn the the basics of Apache Kafka. Related Stories Guide to Check if Apache Kafka Server Is Running
Increment Character in Java 2 10 月, 2023 baeldung 0 Learn how to generate a sequence of characters from ‘A’ to ‘Z’ in Java.
Difference Between Arrays.sort() and Collections.sort() 2 10 月, 2023 Eugene Kovko 0 Compare two Java’s commonly used sorting methods: Arrays.sort() and Collections.sort().
Converting HashMap to an ArrayList in Java 2 10 月, 2023 Abderrahim Azhrioun 0 Explore several ways to convert a HashMap to an ArrayList in Java.
Java Weekly, Issue 509 29 9 月, 2023 baeldung 0 Virtual threads, Java 21, more switch enhancements, GraalOS, JVM stack size, and updating events in EDA!