Browse papers
A

Section A: Long Answer Questions

Attempt any TWO questions.

3 questions·10 marks each
1long10 marks

Discuss the architecture of Swing. Write a GUI application using Swing that accepts user details through text fields and displays them in a dialog box.

swinggui
2long10 marks

Explain RMI in detail. Describe the steps to develop an RMI application and write a program to implement a remote calculator.

rmi
3long10 marks

What is JDBC? Explain different JDBC driver types with their advantages and disadvantages. Write a program demonstrating a transaction in JDBC.

jdbc
B

Section B: Short Answer Questions

Attempt any EIGHT questions.

9 questions·5 marks each
4short5 marks

Discuss any three event listener interfaces in Java.

event-handling
5short5 marks

What is the difference between a container and a component in Swing?

swing
6short5 marks

Explain the CardLayout manager with an example.

layout
7short5 marks

What is a servlet context? Explain its uses.

servlet
8short5 marks

Differentiate between forward and redirect in servlets.

servlet
9short5 marks

What is multithreading? How is it implemented in Java?

multithreading
10short5 marks

Explain JSP implicit objects.

jsp
11short5 marks

What is the role of DriverManager in JDBC?

jdbc
12short5 marks

Write short notes on datagram sockets.

socket