Articles about Java
All articles and blogposts about Java. We hope you find what you are looking for and that you will learn something new.Search for articlesType in keywords or title of the article you are looking for
Thread pools in Java using ExecutorServiceA quick guide on how to use thread pools in Java using ExecutorService with examples.
Thu Feb 01 2024
Using websockets in a Java Spring Boot applicationA guide on how to add websockets to your Java Spring Boot application, and connect to it through StompJs in a simple React client app.Sat Jan 06 2024
Send payload in DELETE request using RestTemplate in Spring BootIn this short guide we will show how to send a payload in a DELETE request using RestTemplate in Spring Boot.Thu Dec 28 2023
Pass in a function as an argument in JavaIn this guide we will show how to pass in a custom function as an argument in Java.Wed Dec 20 2023
How to cache data in your Java Spring applicationIn this tutorial, we will demonstrate how to cache data in your Java Spring Boot application. We will use the @Cacheable annotation and as a bonus, we will show how to flush the cash on a schedule.Sun Dec 03 2023
Disable SSL certificate validation in RestTemplateShort guide on how to disable SSL certificate validation in RestTemplate in Spring Boot.Sat Oct 29 2022