The LinkedHashMap class implements the Map interface and preserves the order in which the keys are inserted into it.
Archives for November 2022
Java Double: Parse String with Comma
Parsing strings into Double values can be tricky sometimes. We show in this post some common scenarios and how to deal with them.
Spring Boot for Cloud – Actuator
An overview of Spring Boot framework features that are especially important in the context fo micro-service applications. In this article we discuss features useful in a production environment.
Spring Boot for Cloud – REST API Development
An overview of Spring Boot framework features that are especially important in the context of Spring Cloud applications. In this article we discuss features related to API development.
Spring Boot for Cloud – Configuration and Dependencies
An overview of Spring Boot framework features that are especially important in the context of Spring Cloud applications.