J2EE Paper Set
J2EE Paper Set
Page 1 of 2
Que-3(C) Answer the following questions (ANY ONE) 05
1. Explain <jsp:plugin> action with example
2. Explain JSP architecture.
Que-4(A) Answer the following questions 03
1. List-out types of EJB.
2. What is Entity bean?
3. Define MVC.
Que-4(B) Answer the following questions (ANY TWO) 06
1. Explain Timer service in EJB.
2. Explain message driven beans.
3. Explain briefly Hibernate Architecture.
4. What is Inheritance Annotations.
Que-4(C) Answer the following questions (ANY ONE) 05
1. Explain Session EJB with example.
2. Explain Implementation of MVC architecture.
Que-5(A) Answer the following questions 03
1. What is Inversion of Control in Spring framework?
2. What is Spring Context definition?
3. What is Struts?
Que-5(B) Answer the following questions (ANY TWO) 06
1. Explain Handling Request Parameters with Form Beans.
2. Explain Spring Architecture.
3. Explain Inversion of Control (IoC) in Spring.
4. Explain benefits of Spring framework.
Que-5(C) Answer the following questions (ANY ONE) 05
1. Explain Struts flow of control.
2. Explain advantages of Struts framework.
************************
Page 2 of 2
647510 BCA5JavC250x Seat No :__________
B.C.A Semester - 5 (Remedial) (CBCS) Examination
March/April-2023 (NEW COURSE)
Advance Java Programming (J2EE)(Core)
Time: 2:30 Hours Marks: 70
Instructions:
1. All questions are compulsory.
2. Figures to the right indicate marks.
----------------------------------------------------------------------------------------------------------------------------------------------------
Q.1(A) Answer the Following questions. (03)
1. JDBC Stands for __________
2. JNDI Stands for __________
3. JMS Stands for __________
Q.1(B) Answer the following questions. (Any Two) (06)
1. Explain Prepared Statement.
2. What is callable statement? Explain it.
3. Explain result set meta data with suitable example.
4. Explain database meta data with suitable example.
Q.1(C) Answer the following question. (Any One) (05)
1. Explain types of driver.
2. Write a jdbc program to accept Emp_no , Emp_Name and Emp_City from user and
insert into Employee table.
Q.2(A) Answer the following questions. (03)
1. RMIC stands for __________
2. _______ is a proxy of Client in RMI.
3. ________ is a proxy of server in RMI.
Q.2(B) Answer the following questions. (Any Two) (06)
1. Explain Transport layer and RRL in RMI.
2. Explain tomcat as a web container.
3. Explain Http Session.
4. Explain Life cycle of Servlet.
Q.2(C) Answer The following question. (Any One) (05)
1. Explain servlet with JDBC.
2. Explain HttpServlet Request and HttpServletResponse.
Q.3(A) Answer the following questions. (03)
1. JSP Stands for __________
2. List out jsp scripting element.
3. List out jsp directive element.
Q.3(B) Answer the following questions. (Any two) (06)
1. What is Java bean? Explain its properties.
2. Explain page directive in jsp.
3. Explain JSP architecture.
4. Explain scope of JSP.
Q.3(C) Answer the following question. (Any One) (05)
1. Explain Cookie in jsp.
2. Explain error handling in jsp.
Page 1 of 2
Q.4(A) Answer the following questions. (03)
1. _________ invented hibernate framework.
2. What is controller?
3. What is EJB?
Q.4(B) Answer the following questions. (Any Two) (06)
1. What is ORM? Explain it.
2. What is timer service in EJB? Explain it.
3. Explain session in EJB.
4. Explain MVC.
Q.4(C) Answer the following question. (Any One) (05)
1. Explain Hibernate Architecture in detail.
2. Explain annotation in hibernate.
Q.5(A) Answer the following questions. (03)
1. IOC stands for _________
2. AOP Stands for __________
3. OXM Stands for ___________
Q.5(B) Answer the following questions. (Any Two) (06)
1. What is Strut? Explain it.
2. Explain IOC in spring framework.
3. Explain advantage of spring framework.
4. Explain Spring framework.
Q.5(C) Answer the following question. (Any One) (05)
1. Explain advantages of strut framework.
2. Explain Spring architecture.
******************************
Page 2 of 2
647510 BCA5JavC250x Seat No :__________
B.C.A Semester - 5 (Remedial) (CBCS) Examination
March/April-2024 (NEW COURSE)
Advance Java Programming (J2EE)(Core)
Time: 2:30 Hours Marks: 70
Instructions:
1. All questions are compulsory.
2. Figures to the right indicate marks.
------------------------------------------------------------------------------------------------------------------------------------------------------
Que-1(A) Answer the following questions. (03)
(1) JTA stands for ___________.
(2) JDBC stands for _____________.
(3) API stands for _______________.
Que-1(B) Answer the following question. (Any Two) (06)
(1) Explain database Metadata with suitable example.
(2) Explain Prepared statement with suitable example.
(3) Explain Tomcat as web container.
(4) What is callable statement? Explain it.
Oue-1(C) Answer the following question. (Any one) (05)
(1) Explain various J2EE APIs in brief.
(2) Explain JDBC Architecture.
Que-2(A) Answer the following questions. (03)
(1) RMI stands for ___________.
(2) Write down the use of skeleton.
(3) What is stub?
Que-2(B) Answer the following question. (Any Two) (06)
(1) What is servlet Collaboration?
(2) Explain getSession() and addCookie().
(3) Explain Hidden Form Fields.
(4) Explain URL Rewriting.
Que-2(C) Answer the following question. (Any one) (05)
(1) Explain Servlet Life Cycle.
(2) Explain RMI Architecture.
Que-3(A) Answer the following questions. (03)
(1) JSP stands for _________________.
(2) List out JSP scripting element.
(3) List out Directive element.
Que-3(B) Answer the following question. (Any Two) (06)
(1) Explain JSP Scope.
(2) Explain Include Action and Forward Action.
(3) Explain Any three JavaBeans Methods.
(4) Explain Scripting Elements.
Que-3(C) Answer the following question. (Any one) (05)
(1) Explain JSP Architecture in detail.
(2) Explain session working in JSP.
Page 1 of 2
Que-4(A) Answer the following questions. (03)
(1) MVC stands for ____________.
(2) List out types of EJB.
(3) EJB stands for ______________.
Que-4(B) Answer the following question. (Any Two) (06)
(1) Explain Timer.
(2) Explain features of hibernate.
(3) Explain Annotation.
(4) Explain Hibernate Mapping File.
Que-4(C) Answer the following question. (Any one) (05)
(1) Explain MVC Architecture.
(2) Explain Hibernate Architecture.
Que-5(A) Answer the following questions. (03)
(1) IOC stands for _____________.
(2) What is spring framework?
(3) AOP stands for _______________.
Que-5(B) Answer the following question. (Any Two) (06)
(1) Explain Struts in detail.
(2) What are the benefits of spring framework.
(3) Explain Action objects.
(4) Explain Spring Context.
Que-5(C) Answer the following question. (Any one) (05)
(1) Explain flow of control of Struts.
(2) Explain spring architecture.
***************************
Page 2 of 2