life is too short for a diary



Posts Tagged: java (Page 3)

How to Listen to a Kafka Consumer in Spring Boot (Reactive & Non-Reactive)

Listening to a kafka consumer varies in both servlet and reactive application...

Continue reading → java spring boot kafka



Daily Logs for July 20, 2025

Dear Vishi, my logs for today...

Continue reading → letters jbang java



Types in Java

Java is a statically typed language , which means that every variable, method parameter, and expression must have a defined type known at compile time. This helps catch errors early and improves code reliability...

Continue reading → java