Q1. Describe about the JDBC architecture? Define various types of ResultSet and Statement interfaces which are used in the JDBC.
Q2. How can you define a transaction in the JDBC? prepare down a program for inserting a record in a table and update a record in the other table. Both the queries will be executed in a single transaction.
Q3. Describe various types of session management methods? Make two Servlets, one for set cookies and the other for cookies.
Q4. describe how JSP page translates to Servlet? describe the entire standard Action Elements and the entire scripting element which are used in the JSP.
Q5. What do you mean by EJB architecture? Illustrate the role of message driven bean in server side component architecture?
Q6. Illustrate the various types of properties of a java bean? prepare down a bean to set the background color and size of the swing frame.