Category: Miscellaneous
Posted in Miscellaneous
Spring – Annotations
Author: Mahesh Published Date: May 22, 2020
In this blog I will try to explain most commonly used annotations in Spring. 1. @Component 2. @Service @Service is stereotype annotation which tells Spring…
Posted in Miscellaneous
Maven – Overview
Author: Mahesh Published Date: May 22, 2020
Maven is build and dependency management tool.
Posted in Miscellaneous
History of Spring Versions
Author: Mahesh Published Date: May 14, 2020
Spring Version History Features 1. Spring 1.0 Features When Spring 1.0 hit the scene, it completely changed how we develop enterprise Java applications. Spring dependency…
Posted in Miscellaneous
ACID properties in DBMS
Author: Mahesh Published Date: November 18, 2019
In relational databases, transaction is a single logical unit of work. Transactions access or manipulate data using read and write operations. In order to work…