Which is better, PostgreSQL or MySQL? Gautam Joshi Monday, January 15, 2018 Add Comment Edit When you're choosing a database, you're making a long-term decision, because changing your mind later is difficult and expensive. ... Read More
What is serialVersionUID ? Gautam Joshi Monday, January 15, 2018 Add Comment Edit Lets look at the use of serialVersionUID in java. 1. Implement Serializable interface : If you have ever implemented Serializable ... Read More
Spring MVC Tutorial Gautam Joshi Saturday, February 13, 2016 Add Comment Edit The Spring web MVC framework provides model-view-controller (MVC) architecture . The Spring framework is designed around a DispatcherSe... Read More