What is the role of Event Listener in event handling? List different event listeners provided by Java.
What is KeyEvent? Explain with a proper example.
What is the use of RowSet interface? Explain connected and disconnected rowsets.
What are bounded and constrained properties in JavaBeans? Explain the advantages of Java beans.
What are the key methods provided in HttpSession interface for handling sessions? Explain.
Explain RMI architecture in Java in detail.
Write short notes on (any two):
a) Adapter classes
b) CORBA
c) Life cycle of a servlet
Attempt any TWO questions
[2x10=20]How a frame can be created in Java? Explain. Write a program to create a GUI application in Java that identifies the smaller and greater number between two input numbers taken through two text fields and displays the result in a label. If the user presses the mouse it should display the smaller number and if the user releases the mouse it should display the greater number.
Explain JDBC architecture. Write a program to insert three records into a table Item which is in the database Shop and contains the columns ItemID, Name, UnitPrice, Units and ExpiryDate.
Differentiate between servlet and JSP. Create a servlet that computes and displays the factorial of an input number entered from a page when the button from that page is pressed by the user.