Draw and explain MVC architecture
[3 marks]Write difference between statement and prepared statement interface.
[4 marks]Describe JDBC components and architecture.
[7 marks]Write difference between doGet and doPost
[3 marks]Write a java program to find an IP address of the machine on which the program runs.
[4 marks]Write a client-server application using TCP Sockets where client can send messages and server respond with the reverse of them.
[7 marks]Write a client-server program using UDP socket. Client sends list of N numbers to server and server responds to the sum of Nnumbers.
[7 marks]Explain Spring Bean life cycle phases
[3 marks]Explain UseBean action tag in JSP with appropriate code.
[4 marks]Write a TCP Client-Server program to get the Date & Time details from Server on the Client request.
[7 marks]What is Dependency Injection?
[3 marks]Discuss URL and URL Connection class with java code snippets
[4 marks]Design a form to input details of an employee and submit the data to a servlet. Write code for servlet that will save the entered details as a new record in database table Employee with fields (EmpId, EName, Email, Age)
[7 marks]Differentiate between GenericServlet and HttpServlet.
[3 marks]What is ORM? Explain object/relational mappings in hibernate
[4 marks]List and explain various phases of JSP life cycle?
[7 marks]What is Filter? List the applications of filter
[3 marks]Explain ResultSetMetaData with suitable program
[4 marks]What is MVC architecture? Explain Spring architecture with a neat sketch.
[7 marks]List advantages of JSP over Servlet
[3 marks]List the JSF facelets tags and explain any two.
[4 marks]What is Servlet? Explain Servlet Life Cycle .1
[7 marks]Explain DataBaseMetaData with example
[3 marks]List JSP implicit object? Explain any two with example.
[4 marks]Write a Servlet that takes two numbers as an input and display all the prime numbers between them. Also write web.xml description for the servlet.
[7 marks]