In Java, serialization is the process of converting an object into a byte stream to save it to a file, send it over a network, or store it in a dat…
Read moreIn one of our project we had a requirement to process events and run some business logic accordingly and then save it to a database along with cr…
Read more