Write difference between statement and prepared statement interface.
[3 marks]Write a sample code to store image in Database.
[4 marks]Explain JDBC Transaction Management in detail.
[7 marks]List types of diver used in JDBC. Explain Thin driver.
[3 marks]Write a sample code for client send a “Hello” message to server.
[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 tag and explain any Two.
[7 marks]List page directive in JSP? Explain any two with example
[3 marks]Draw the JSF request processing life cycle and list various stage.
[4 marks]List and Explain various stages of Servlet life cycle.
[7 marks]Explain use of ServletConfig and ServletContext object with example
[3 marks]Write difference between (1) Generic Servlet and Http Servlet (2) doGet and doPost
[4 marks]List and explain various phases of JSP life cycle?
[7 marks]Explain use of <jsp: useBean> action tag with example
[3 marks]Explain Request and Response object in Servlet.
[4 marks]Write a web application which takes id, name, mobile no, semester, marks, percentage pass to servlet. Servlet forward to model class having method getid(), getname(), getmobno(), getsem(), getmarks() and getPercentage(). Display all the information in .jsp page
[7 marks]Write working of session management in servlet.
[3 marks]List JSP implicit object? Explain any two with example.
[4 marks]Write a student bean class with property student_id, name, semester, address and percentage. Write jsp page to set and display all property
[7 marks]What is HQL? Write difference between HQL and SQL?
[3 marks]List the JSF facelets tags and explain any two.
[4 marks]Explain Spring Bean life cycle phases.
[7 marks]What is Spring IoC container
[3 marks]Explain working of JSF expression language.
[4 marks]What is ORM? Explain object/relational mappings in hibernate
[7 marks]