Ad Java CIE-3 QB
Ad Java CIE-3 QB
1. Create web page authentication using JSP and JDBC connectivity (login
authentication) using session.
2. Explain the use of single thread model interface in Servlet?
3. List and explain basic building blocks of HTML Documents with syntax.
4. Write a servlet program to demonstrate single thread model interface.
5. List and explain 10 HTML tags with Syntax for each.
6. Structure the java servlet program to fetch the student details using JDBC.
7. Identify the ways or techniques employed for session tracking? Explain in detail.
8. List the types of cookies with advantages and disadvantages.
9. Construct a scenario to explain the working of cookies while navigating through
pages.
10. List and explain methods of HTTP Servlet with syntax.
11. Write a java Servlet program to read servlet parameters.
12. Explain on life cycle of servlets with a neat diagram.
13. List the process of creating cookies, delete cookies and get cookies with syntax.
14. List the advantages of servlets and construct a servlet for any web application using
generic servlet.
15. Explain on Spring framework and demonstrate how to initialize a spring application.
16. the role of servlet interface and construct a servlet for any web application using
single thread model interface.
17. List and explain scripting tags of JSP.
18. Explain on implicit objects of JSP, also demonstrate JSP Scriptlet tag in any web
application.
19. Write a program to demonstrate JSP declaration tag in any web application.
20. Explain on Lifecycle of JSP also demonstrate JSP Description tag any web
application.
21. Explain on JSP life cycle with a neat diagram and also demonstrate JSP Expression
tag in any web application.
22. Write a Servlet program to demonstrate hit counters.