Home
Pravin on Software
Cancel

Understanding Class Loading in Java Virtual Machine

I had a use case where I wanted to update the implementation of the algorithm based on the trigger without restarting the app. This app is written using java(spring) and it exposes API to be consum...

Understanding Java VM for Memory Management

I had created a demo application in my free time which uses pub/sub for sharing messages between 2 java microservice application using Kafka as middleware. Later on, I starter experimenting on effe...