0% found this document useful (0 votes)
54 views2 pages

AJP Question Bank

The document is a question bank for the BCA VI Semester Advanced Java Programming course for the academic year 2024-25. It covers various units including JDBC, servlets, JSP, JSTL, and JSF, with questions focusing on concepts, features, architecture, and programming examples. Each unit contains multiple questions aimed at assessing knowledge and understanding of advanced Java programming topics.

Uploaded by

dy25218
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)
54 views2 pages

AJP Question Bank

The document is a question bank for the BCA VI Semester Advanced Java Programming course for the academic year 2024-25. It covers various units including JDBC, servlets, JSP, JSTL, and JSF, with questions focusing on concepts, features, architecture, and programming examples. Each unit contains multiple questions aimed at assessing knowledge and understanding of advanced Java programming topics.

Uploaded by

dy25218
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/ 2

BCA VI Semester (2024-25)

Advanced Java Programming


Question Bank
Unit – I

1.​ Write short note on JDBC.


2.​ Write the steps for database connection.
3.​ Explain components of JDBC.
4.​ Explain features of JDBC.
5.​ Explain JDBC Architecture.
6.​ Explain types of jdbc drivers with advantages, disadvantages and uses.
7.​ Explain Statement interface and its methods with example program.
8.​ Explain PreparedStatement with example program.
9.​ Explain CallableStatment with example program.
10.​Explain ResultSet interface and its methods.
11.​Explain ResultSetMetaData interface and its methods.
12.​Write a jdbc program to create student table.
13.​Write jdbc program to insert records in student table.
14.​Explain Scrollable ResultSets with example program.
15.​Explain batch updations with example program.

Unit –II

1.​ What is CGI? Explain benefits and problems of CGI.


2.​ What is servlet? Explain advantages of servlets over CGI.
3.​ Explain the features of servlets.
4.​ Explain javax.servlet package.
5.​ Explain javax.servlet.http package.
6.​ Write a servlet program to print “Hello World”.
7.​ Explain lifecycle of servlet with example program.
8.​ Explain GenericServlet class and its methods.
9.​ Explain HttpServlet class and its methods.
10.​Explain ServletRequest interface and its methods.
11.​Explain ServletResponse interface and its methods.
12.​Explain RequestDispatching in detail.(include() and forward())
13.​Explain RequestDispatcher interface and its use.
14.​Explain HttpServletRequest interface and its methods.
15.​Explain HttpServletResponse interface and its methods.
16.​Write short note on sessions.
17.​Explain Session Tracking mechanisms : (with programs if individual questions asked)
a)URL Rewriting
b)Hidden Form Fields
c)Cookies d)HTTP Session

17. Explain Cookies with an example program.

18. Explain advantages and disadvantages of Cookies.


Unit –III

1.​ Write short note on JSP.


2.​ Explain advantages of JSP over Servlets.
3.​ Explain JSP Architecture.
4.​ Explain JSP Life Cycle in detail.
5.​ Explain features and types of implicit objects in JSP.
6.​ Explain types of scripting tags in JSP with programs. (Scriptlet tag, Declaration tag, Expression
tag).
7.​ Explain directives tags in JSP in detail.(page, include, taglib)

Unit-IV

1.​ Explain JSTL Core Tags( general purpose tags, conditional and looping tags, networking tags)
2.​ Explain JSTL general purpose tags.
3.​ Explain JSTL conditional and looping tags.
4.​ Explain JSTL networking tags.
5.​ Explain JSTL SQL tags.
6.​ Explain JSTL Formatting Tags.
7.​ Explain JSTL XML Tags.
8.​ Write short note on Custom Tags.
9.​ Explain about Empty Tag.
10.​Explain Body Content Tag.
11.​Explain Iteration Tag.
12.​Explain Simple Tag.

Unit -V
1.​ What is JSF? Explain the features of JSF.
2.​ Explain JSF Architecture.
3.​ Explain JSF elements in detail.
4.​ Explain JSF Request Processing Life Cycle.
5.​ Explain JSF HTML Tags.
6.​ Write about Spring Framework.
7.​ Explain the benefits of Spring Framework.
8.​ Explain Spring Framework Overview/Architecture.
9.​ What is ORM? Explain the features of ORM.
10.​Explain Object/Relational Mapping.
11.​Explain Hibernate Architecture.

You might also like