Discuss the difference between the Socket and ServerSocket class.
[3 marks]Explain different stages of JSP Page Life Cycle.
[4 marks]List different types of JDBC drivers and explain difference between Type-1 and Type 4 Driver with Code Snippet.
[7 marks]Explain Request and Response object in Servlet.
[3 marks]List the JSTL core tags and explain any two with example.
[4 marks]Write a client-server program using UDP where the client sends numbers and server responds with the numbers in sorted order.
[7 marks]Write a Servlet that takes two numbers as an input and display Multiplication of that no’s. Also write web.xml description for the servlet.
[7 marks]What is filter? List Different filter interfaces.
[3 marks]List the JSTL core tags and explain any two with example.
[4 marks]Explain the use of the PreparedStatement object of the JDBC with an appropriate example.
[7 marks]Differentiate between doGet() & doPost() methods.
[3 marks]What is Request Dispatcher? What is the difference between Request dispatcher’s forward() and include() method?
[4 marks]Consider Bank table with attributes AccountNo, CustomerName, Balance, Phone and Address. Write a database application which allows insertion, updation and deletion of records in Bank table. Print values of all customers whose balance is greater than 20,000.
[7 marks]List the JSF facelets tags and explain any two.
[3 marks]Discuss CallableStatement with example
[4 marks]What is OR mapping? Give an example of Hibernate XML mapping file.
[7 marks]Explain ResultSetMetaData with suitable program.
[3 marks]Explain JSF life cycle phases.
[4 marks]Explain various Session tracking mechanisms in servlet with example.
[7 marks]What do you mean by MVC architecture? Explain its role in modern applications with its advantages1
[3 marks]Discuss JSP Exception Handling
[4 marks]What is ResultSet interface. Write various method for ResultSet interface. Write a code to update record using this interface.
[7 marks]List the JSF validation tags and explain any two.
[3 marks]Explain following tags in JSTL with example : (i) Core (ii)XML
[4 marks]Explain architecture of Hibernate
[7 marks]