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

Advanced Java Programming 2071 Questionpaper

This document provides information about a computer science exam for a seventh semester bachelor's level course at Tribhuwan University Institute of Science and Technology. The exam covers advanced Java programming topics and consists of two sections worth 20 and 40 marks respectively. Section A requires answering any two of three questions, while Section B requires answering any eight of eleven questions focusing on topics like multithreading, Swing components, servlets, inheritance, JDBC, exceptions, layouts, files, sockets, events, beans, RMI and JSP.

Uploaded by

Milan Karki
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)
48 views1 page

Advanced Java Programming 2071 Questionpaper

This document provides information about a computer science exam for a seventh semester bachelor's level course at Tribhuwan University Institute of Science and Technology. The exam covers advanced Java programming topics and consists of two sections worth 20 and 40 marks respectively. Section A requires answering any two of three questions, while Section B requires answering any eight of eleven questions focusing on topics like multithreading, Swing components, servlets, inheritance, JDBC, exceptions, layouts, files, sockets, events, beans, RMI and JSP.

Uploaded by

Milan Karki
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


2071

Bachelor Level / Seventh Semester / Science Full marks: 60


Computer Science and Information Technology(CSC409) Pass marks: 24
((TU CSIT) 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.

Section A

Attempt any Two questions. (2x10=20)

1. What is multithreading? Why is it important to develop in computer programs? Discuss life cycle of thread in detail.

2. Write a program using swing components to find simple interest. Use text fields for inputs and output. Your program should display
the result when the user presses a button.

3. What is servlet? Differentiate it with JSP. Discuss life cycle of servlet in detail.

Section B

Attempt any Eight questions. (8x5=40)

4. How do you achieve multiple inheritance in java? Discuss.

5. What is JDBC? Discuss different driver types of JDBC.

6. Explain the importance of exception handling with suitable example.

7. Discuss group layout with suitable example.

8. Write a simple java program to read from and write to files.

9. What is TCP socket? Differentiate it with UDP socket.

10. Discuss any five event classes in java.

11. What is java beans? Differentiate it with java classes.

12. What is RMI? Differentiate it with CORBA?

13. Write a simple JSP program to display “Tribhuvan University” 10 times.

You might also like