How MVC architecture is better than conventional approach?
[3 marks]List out and describe advantages of J2EE
[4 marks]Why Native JDBC api driver is better than other type of JDBC Driver? Write jdbc code to connect, select and print resultset data of employee database on browser using servlet.
[7 marks]Discuss the difference between the Socket and ServerSocket class.
[3 marks]Discuss the use of GET and POST method in servlet with code snippet.
[4 marks]When callable statement is used? Write java servlet to store data in database using callable statement.
[7 marks]List out methods used in servlet lifecycle. Write a servlet which retrieve students marksheet data based on student registration number entered from result.html html page and print on browser screen.
[7 marks]What is session? List the different ways to manage the session.
[3 marks]Explain difference between ServletConfig and ServletContext object.
[4 marks]Elaborate BLOB Data type. Write java servlet to insert employee personal data with photograph using BLOB data type.
[7 marks]Explain Following JSP directive (i) page (ii) include (iii) taglib with attribute, description.
[3 marks]Discuss JSP life cycle phases.
[4 marks]List the JSF validation tags and explain any two.
[7 marks]List advantages of JSP over Servlet
[3 marks]Discuss functionality of Java Beans. Write a JSP Page to demonstrate Java Bean.
[4 marks]Draw and explain Spring Framework Architecture.
[7 marks]Discuss JSP Exception Handling.
[3 marks]Explain JSP Object scope: (i) Page (ii) Request (iii) Session (iv) Application with example.
[4 marks]Write a client server socket program to retrieve server time on client request.
[7 marks]Write and discuss web.xml file parameter.
[3 marks]Write servlet which displayed following information of client. I. Client Browser II. Client IP address III. Client Port No 1/2 IV. Query String name and values
[4 marks]Discuss Hibernate architecture. Write appropriate java classes/code to retrieve student data from database.
[7 marks]Write lines of code in JSP for following. I. Session read and write II. URL rewriting sending and retrieving parameter(s) III. URL redirection
[3 marks]What is HQL? How does it different from SQL?
[4 marks]Write a client server socket program to retrieve file from server on client request. If file is not available valid message is sent to client. 2/2
[7 marks]