Question Bank

University exam Question papers:
CS-25 ADV. JAVA Programming (J2EE) OCT- 2019
CS-25 ADV. JAVA Programming (J2EE) OCT- 2019 New

List of Questions : For the preparation of BCA semester 5 examination

  1. J2EE Platform
  2. JDBC
  3. RM
  4. Servlet
  5. JSP
  6. Java Beans
  7. MVC
  8. EJB
  9. Hibernate Framework
  10. Spring Framework
  11. Struts Framework


J2EE Platform

  • Enterprise Architecture Style
  • Web Container
  • J2EE APIs
  • Logical Layers in Multi tier applications


JDBC (Java Database Connectivity)

  • JDBC Driver Types
  • Explain Driver Manager class
  • Connection Interface
  • Statement Inteerface with its methods
  • Prepared Statement Interface with its methods
  • Callable Statement Interface with its methods
  • DatabaseMetaData and its methods
  • ResultsetMetaData and its methods
  • Develop JDBC code to connect with Access, MySql and Oracle Database


RMI (Remote Method Invocation)

  • RMI Architecture
  • Explain Stub and Skeleton
  • Usage of RMI


Servlet

  • Ways to Create Servlet
  • Servlet Life Cycle
  • Servlet config Vs Servlet Context
  • Explain HttpRequest and HttpResponse
  • Explain any 5 Request header attributes
  • Usage setContentType() method
  • Explain Session Managements Techniques
  • Session with example (start and expire session with methods)
  • Cookies with example (try to add variables and objects)
  • Explain Request Dispatcher with Include and Forward method


JSP (Java Server Pages)

  • Servlet Vs JSP
  • JSP implicit objects
  • JSP Elements
  • Scope of JSP variables
  • Develop a JSP code to display oracle table data in a tabular format


Java Beans

  • Write a note on Java Beans
  • Usage of Java Beans
  • Set Property vs Get Property
  • Types of Properties in Bean


MVC (Model View Controller)

  • Write a note on MVC Architecture
  • MVC types


EJB (Enterprise Java Beans)

  • Explain EJB with its Benefits
  • Write a note on types of EJB
  • Explain Timer Service
  • State full vs Stateless beans


Hibernate Framework

  • Need of Hibernate
  • Feature of Hibernate
  • Jar files of Hibernate
  • Hibernate Configuration and Mapping file
  • Hibernate Inheritance
  • Hibernate Annotations
  • Hibernate Sessions


Spring Framework

  • Spring Architecture
  • Components of Spring
  • Advantage of Spring Framework
  • Dependency Injection (IoC) with example
  • AOP vs OOP
  • Write a note on AOP
  • Explain Application with Spring


Struts Framework

  • Struts Features
  • Advantages & Dis Advantages of Struts
  • Basic Components of Struts
  • MVC 1 vs MVC 2