Java Reading an HTTP Response Body as a String in Java How to use the new HttpClient in JDK, the old HttpURLConnection and Apache HttpClient for reading an HTTP response body as a string in Java.
Java Java Files Open Options An overview of StandardOpenOptions, covering the available options to open files in java, and what each of them means with examples.
Java, Design Patterns A Quick And Practical Example Of Hexagonal Architecture In Java Hexagonal architecture (a.k.a. Ports and Adapters Architecture) is a design pattern that isolates the core domain logic from all other application components.