Mention advantages of J2EE.
[3 marks]Write a Web application using servlet to find the sum of all the digits of an input integer.
[4 marks]Describe the servlet life cycle with life cycle methods
[7 marks]What do you mean by MVC architecture? Explain its role in modern applications with its advantages
[3 marks]Write a Web application using servlet to find whether entered number is prime or not.
[4 marks]Explain JSF Application Life cycle with diagram.
[7 marks]Explain Hibernate Architecture and Object Relation Mapping in Hibernate with java code and required XML files.
[7 marks]Explain functionality of Cookie.
[3 marks]What is session? Explain session management using HTTPSession.
[4 marks]Write a client-server program using TCP sockets to echo the message send by the client.
[7 marks]Discuss concept of JDBC.
[3 marks]Explain JSP Object scope: (i) Page (ii) Request (iii) Session (iv) Application with example.
[4 marks]Write a client-server java programs using TCP sockets to get server date on client machine.
[7 marks]Explain the following classes with their use. i. URLConnection class ii. DatagramSocket (iii) DatagramPacket class
[3 marks]Write a JSP Page which use available java bean. Discuss functionality of used java beans.
[4 marks]Develop a jsp code which reads the student detail from web page and stores it in database
[7 marks]Explain JSP (i) page (ii) include (iii) taglib directive with attribute, description.
[3 marks]Discuss JSP Exception Handling.
[4 marks]Write a servlet code to demonstrate prepare statement and callable statement to retrieve and store employee data.
[7 marks]Discuss Hibernate Query Language.
[3 marks]Discuss Java Bean life cycle with one example.
[4 marks]Draw and explain Spring Framework Architecture. 1/2
[7 marks]Discuss JSF Convertor Tag.
[3 marks]Explain following tags in JSTL with example : (i) Core (ii)XML
[4 marks]Write a Java Servlet to print BE Semester Marksheet of entered enrollment number and sem no by student using JDBC. 2/2
[7 marks]