Explain event handling model in Java in detail.
What is the use of Layout managers in GUI applications in Java? Explain with proper examples.
What is the use of Resultset class in JDBC? Explain the types of Resultset in JDBC.
Define Jayabean. How persistence is achieved in Javabeans?
How JSP is different from servlet? Explain JSP scriptlet tag with an example.
What are stub and skeleton? Also explain the use of RMI Registry.
Write short notes on: (Any two)
a) Declaration tag in JSP
b) Graphics class
c) Rowset in JDBC
Attempt any TWO questions
[2x10=20]What is window event? List and explain WindowListener interface methods in detail with example.
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.
Differentiate between RMI and CORBA. Write a client and server program to accept three numbers and display the greatest one.