BCA 6th Semester
Advance Java Programming Board Question Paper 2025

Views: ...
tribhuvan university logo

Tribhuvan university

Faculty of Humanities & Social Science
OFFICE OF THE DEAN

2025

Bachelor In Computer Application

Course Title: Advance Java Programming

Code No: CACS 354

Semester:VI

Full Marks:60 Pass Marks:24 Time:3 hours

Candidates are required to answer the question in their own words as far as possible.

Group A
Group B
Attempt any SIX question.
[6x5=30]
2.

Explain event handling model in Java in detail.

3.

What is the use of Layout managers in GUI applications in Java? Explain with proper examples.

4.

What is the use of Resultset class in JDBC? Explain the types of Resultset in JDBC.

5.

Define Jayabean. How persistence is achieved in Javabeans?

6.

How JSP is different from servlet? Explain JSP scriptlet tag with an example.

7.

What are stub and skeleton? Also explain the use of RMI Registry.

8.

Write short notes on: (Any two)
a) Declaration tag in JSP
b) Graphics class
c) Rowset in JDBC

Group C

Attempt any TWO questions

[2x10=20]
9.

What is window event? List and explain WindowListener interface methods in detail with example.

10.

What are HTTPServletRequest and HTTPServletResponse? Create a servlet application that takes student's information including their roll number, name, address and level and store these information in the database.

11.

Differentiate between RMI and CORBA. Write a client and server program to accept three numbers and display the greatest one.