If you have worked with Spring MVC then you should know what is a DispatcherServlet? It’s actually the heart of Spring MVC, precisely the …
Java 8 ConcurrentHashMap compute() and computeIfPresent() Example
A blog about Java, Spring, Hibernate, Programming, Algorithms, Data Structure, SQL, Linux, Database, JavaScript, and my personal experience.
Event-Driven Microservices with Payara Micro
Learn how to avoid common microservices headaches and discover widely used design patterns and expert best practices.
5 Free Servlet, JSP, and JDBC Online Courses for Advanced Java Developers
A blog about Java, Spring, Hibernate, Programming, Algorithms, Data Structure, SQL, Linux, Database, JavaScript, and my personal experience.
RESTful Web Services with Spring Framework – A quick start
A quick start to building your REST API with Spring Boot and Spring MVC – Free Course
Difference Between Java Keystore and Truststore
Learn about the difference between a Java Keystore and a Truststore
Java Text Blocks
In the 13 May 2019 post ” RFR: Multi-line String Literal (Preview) JEP [EG Draft] ” on the OpenJDK amber-spec-experts mailing list , Jim Las…
5 Good Books to Learn Java 8 Functional Programming
A blog about Java, Spring, Hibernate, Programming, Algorithms, Data Structure, SQL, Linux, Database, JavaScript, and my personal experience.
Java Localization – Formatting Messages | Baeldung
Learn how to localize and format the messages in Java language.
Top 5 Online Courses to Learn Spring Boot in 2019
A curated list of online courses to learn Spring Boot for Java developers.
How to Delay Code Execution in Java | Baeldung
Learn different ways to implement delays in Java
3 Programming Languages Java Developers Should Learn in 2019
If you are a Java programmer and thinking to learn some news programming languages to expand your knowledge and skill, but not sure which …
Java Comparator.comparing not comparing?
11 Following this question about sorting a list by another list, I tried to do the same thing – but from some reason it doesn’t wo….
Graal: Not Just a New JIT for the JVM
Duncan MacGregor takes a look at the differences between C2 and Graal, what this can mean for the performance of a code, and what else is possible with this new JIT.