BCS613D – Advanced Java Solved Model Question Paper
Module 1
OR
Module 2
3.b) Describe all the string comparison methods available in java with examples.
OR
4.b) Demonstrate the usage of the string modification methods in java with an example each.
4.c) Explain the usage of indexOf() and lastIndexOf() methods with one example each.
Module 3
5.b) Describe the MVC Connection. How is this design pattern implemented in Java Swing applications?
OR
6.a) What is Java Swing? Discuss the evolution of Java Swing and explain its key features.
Module 4
7.a) Define JSP and explain the following:
i) Tags ii) Variables iii) Objects
7.b) Explain the lifecycle of servlet with an example.
7.c) Elaborate on session tracking with an example
OR
8.a) Describe all the interface and classes present in the jakarta.servlet Package
8.b) Explain any 2 cookie methods and elaborate on how cookies can be handled in servlets.
Module 5
9.a) Elaborate on the concepts of JDBC and discuss the types of JDBC drivers.
OR
10.a) Give a brief overview on how JDBC process.