Browse papers
A

Section A: Long Answer Questions

Attempt any TWO questions.

3 questions·10 marks each
1long10 marks

Explain the delegation event model. Write a Swing program that demonstrates handling of action events and item events on multiple components.

event-handlingswing
2long10 marks

What is JSP? Compare JSP with Servlet. Develop a JSP application that connects to a database and displays records in a table.

jspjdbc
3long10 marks

Explain socket programming. Write a multithreaded TCP server program in Java that can handle multiple clients simultaneously.

socketmultithreading
B

Section B: Short Answer Questions

Attempt any EIGHT questions.

9 questions·5 marks each
4short5 marks

What is an event source and an event listener?

event-handling
5short5 marks

Explain the JScrollPane and JTabbedPane components.

swing
6short5 marks

What are the advantages of PreparedStatement over Statement?

jdbc
7short5 marks

Explain session tracking using URL rewriting.

servletsession
8short5 marks

What is the difference between a stateless and stateful session?

session
9short5 marks

Describe the layers of RMI architecture.

rmi
10short5 marks

What are JSP actions? Explain any two standard actions.

jsp
11short5 marks

How is database connection pooling done? Explain briefly.

jdbc
12short5 marks

Write short notes on the InetAddress class.

networking