Enterprise Java Technologies
Enterprise Java Technologies
Unit-1
1. 2. List and explain various Java EE technologies.
3. List and explain various Java EE architectures.
4. List and explain various types of Containers.
5. What is Servlet? Explain its advantage.
6. What is CGI? Explain its disadvantages.
7. Explain the lifecycle of Servlet with the help of diagram.
8. Short note on Servlet API.
9. Explain the structure of web.xml with example.
10. Write Short notes on following topics.
a. GenericServlet
b. HttpServletRequest
c. HttpServletResponce
d. HttpServlet
11. What is JDBC? Explain architecture with example.
12. List and explain various types of JDBC drivers.
13. Explain seven steps to connect Database using JDBC
14. What is PreparedStatement? Explain with example.
15. What is CallableStatement? Explain with example.
16. What is ResultMetaData? Explain with example.
Unit-2
1. What is RequestDispatcher? Explain its method.
2. What is SessionTraking or HttpSession? Explain its various methods.
3. How to create and use session explain with example
4. Write programs which upload a file in Servlet?
5. Write a program which download file in Servlet?
6. What is Cookie? Explain its various types?
7. Write a program in Servlet to store and retrieve the cookies.
8. Write a program in Servlet to save the session and increment the number of user visits.
9. What is Non-Blocking I/O? Explain listeners related to it.
Unit-3
1. What is JSP? Explain its advantages.
2. Difference between Servlet VS JSP
3. Explain the life cycle of JSP page.
4. What is JSP directive? Explain its type explain any one with example.
5. What is page directive? List and explain its various attributes.
6. What is include directive? Explain with example.
7. What is JSP Action tag? Difference between <jsp:include> and <jsp:forward>
8. How to use beans in JSP? Or Explain <jsp:useBean> action tag with example.
9. What are implicit objects? List and explain various implicit objects in JSP.
10. What is JSTL? List different types of tags used in it.
Unit-4
1. What is EJB? Explain its architecture.
2. List and Explain its various benefit of EJB.
3. List and explain various types of beans in EJB?
4. What is session bean? its type
5. What is stateless session bean? Explain its lifecycle.
6. What is a statefull session bean? Explain its lifecycle.
7. Difference between stateless and statefull.
8. What is a Message Driven Bean (MDB)? Explain its lifecycle.
9. How to create EJB application? Explain with example.
10. What are the factors consider during local remote interface?
11. What is an interceptor? Explain different annotation used in it.
12. What is JNDI? Explain its purpose and package related to it.
Unit-5
1. What is Hibernate? Explain the advantages of hibernate.
2. What is Hibernate? Explain its Architecture.
3. What is Object Relational Mapping (ORM)? What are its advantages?
4. What is the importance of hibernate mapping file (.hbm.xml) explain with suitable example.
5. Explain structure of hibernate.cfg.xml file?
6. Explain the steps of creation Hibernate application?
7. Short note on JPA.
8. What is JPA ORM? List and explain different types of mapping used in it
9. Draw and explain architecture of JPA