What is hibernate? What is main advantage of using hibernate than using SQL?
[3 marks]What is JSF tag library? Explain any four html tag.
[4 marks]List the different types of JDBC drivers. Compare the various driver types for their advantages and disadvantages.
[7 marks]Compare the include and forward action tags in JSP.
[3 marks]Explain the configuration of filter using deployment descriptor.
[4 marks]Write Servlet program to create cookie. Also write code to display contents of cookie on page.
[7 marks]Answer following. 1. Difference between Socket and Server Socket 2. What is Object serialization? What is need of it?
[7 marks]What is dependency injection?
[3 marks]What is session object in JSP? Show its use with proper example
[4 marks]Explain the action tags used to access the JavaBeans from a JSP page with example.
[7 marks]Write a servlet that redirect requests alternatively to JSP Pages named Odd and Even
[3 marks]What is Request Dispatcher? What is the difference between Request dispatcher’s forward() and include() method?
[4 marks]Write JSP Page to demonstrate shopping cart using session feature of JSP
[7 marks]Explain use of action tag with example.
[3 marks]What is web.xml? Explain it with code.
[4 marks]Write a client server program using TCP where client sends a string and server checks whether that string is palindrome or not and responds with appropriate message.
[7 marks]Explain architecture of Spring MVC Framework.
[3 marks]What are the different methods to call java code from JSP page . ? Explain them.
[4 marks]Write a Java Servlet to print BE Semester 7 Marksheet of entered enrollment number by user using JDBC.
[7 marks]Explain various Session tracking mechanisms in servlet with example
[3 marks]Explain JSF life cycle phases.
[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). OR1
[7 marks]Explain use of DatabaseMetaData with example
[3 marks]Explain use of ServletConfig and ServletContext object with example.
[4 marks]Write a java bean named “student” having roll no and name having getter & setter methods. Write a JSP page to set the roll number and name for a student object and then print them by reading from object.
[7 marks]