0% found this document useful (0 votes)
94 views1 page

Advanced Java Programming 2076 Questionpaper

The document appears to be an exam paper for a seventh semester computer science course covering advanced Java programming topics. It contains two sections with multiple choice questions. The first section has three questions asking about exception handling in Java, creating a Swing application to calculate the sum of two numbers, and defining servlets and JSP. The second section contains shorter answer questions on topics like classes and interfaces, file I/O, layout management, design patterns, JDBC, sockets, JavaBeans, servlets, RMI architecture, and comparisons of servlet API, RMI and CORBA.

Uploaded by

vitalis maina
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
Download as pdf or txt
0% found this document useful (0 votes)
94 views1 page

Advanced Java Programming 2076 Questionpaper

The document appears to be an exam paper for a seventh semester computer science course covering advanced Java programming topics. It contains two sections with multiple choice questions. The first section has three questions asking about exception handling in Java, creating a Swing application to calculate the sum of two numbers, and defining servlets and JSP. The second section contains shorter answer questions on topics like classes and interfaces, file I/O, layout management, design patterns, JDBC, sockets, JavaBeans, servlets, RMI architecture, and comparisons of servlet API, RMI and CORBA.

Uploaded by

vitalis maina
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
Download as pdf or txt
Download as pdf or txt
You are on page 1/ 1

Tribhuwan University

Institute of Science and Technology


2076

Bachelor Level / seventh-semester / Science Full marks: 60


Computer Science and Information Technology(CSC409) Pass marks: 24
(Advanced Java Programming) Time: 3 hours
Candidates are required to give their answers in their own words as far as practicable.
The figures in the margin indicate full marks.

Attempt any two questions. (2x10=20)

1. What is exception handling? Discuss the use of each keyword (try, catch, throw, throws and finally) with suitable Java program.

2. Write a Java program to find the sum of two numbers using swing components. Use text fields for input and output. Your program
displays output if you press any key in keyboard. Use key adapter to handle events.

3. Define servlet. Discuss life cycle of servlet. Differentiate servlet with JSP. Write a simple JSP file to display 'IOST' 20 times.

Group B

Attempt any eight questions. (8x5=40)

4. Define class. How do you create a class in Java? Differentiate class with interface.

5. Write a simple Java program that reads a file named "Test.txt" and displays its contents.

6. Why do we need layout management? What is GridBag layout?

7. Discuss MVC design pattern with example.

8. What are the benefits of using JDBC? What is prepared statement?

9. Write Java programs using TCP sockets that communicate with each other in a computer network.

10. Define Java Bean. How is it different from other Java programs? What is design pattern?

11. How do you handle HTTP request (GET) using servlet?

12. What are different layers of RMI architecture? Explain.

13. Write short notes on:

• Servlet API
• RMI vs CORBA

(c) - page 1of 1 Find more question papers at collegenote.pythonanywhere.com

You might also like