0% found this document useful (0 votes)
3 views1 page

Ad Java CIE-3 QB

The document outlines various tasks related to advanced Java programming, including creating web page authentication with JSP and JDBC, explaining the single thread model interface in Servlets, and detailing HTML document structure. It also covers servlet programs for session tracking, cookie management, and the lifecycle of Servlets and JSPs, along with the Spring framework. Additionally, it includes examples of JSP scripting tags and methods for handling servlet parameters and hit counters.

Uploaded by

nahcolnt.78
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views1 page

Ad Java CIE-3 QB

The document outlines various tasks related to advanced Java programming, including creating web page authentication with JSP and JDBC, explaining the single thread model interface in Servlets, and detailing HTML document structure. It also covers servlet programs for session tracking, cookie management, and the lifecycle of Servlets and JSPs, along with the Spring framework. Additionally, it includes examples of JSP scripting tags and methods for handling servlet parameters and hit counters.

Uploaded by

nahcolnt.78
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

ADVANCED JAVA 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.

You might also like