Step 1 : Register the database driver by using :Class.forName(\" driver classs for that specific database\" );Step 2 : Now create a database connection using :Connection con = DriverManager.getConnection(url,username,password);Step 3: Now Create a query using :Statement stmt = Connection.Statement(\"
Lightweight: Spring is lightweight when it comes to size and transparency. The basic version of spring framework is around 2MB.Inversion of control (IOC): Loose coupling is achieved in spring using the technique Inversion of Control. The objects give their dependencies instead of creating or looking for dependent objects.
JSP actions are XML tags that direct the server to use existing components or control the behavior of the JSP engine.There are six JSP Actions:< jsp : include / >< jsp : forward / >< jsp : plugin / >< jsp : usebean / >< jsp : setProperty / >< jsp : getProperty / >