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

Advanced Java Programming 2075 Questionpaper

The document is a past exam paper for an Advanced Java Programming course. It contains two sections - Section A with 3 long-form questions worth 10 marks each, and Section B with 8 short-form questions worth 5 marks each. Some of the questions ask students to write Java programs to demonstrate concepts like checking for palindromes, handling exceptions, deploying servlets, multi-threading, sockets, and more. The document provides guidelines on the expected length and content of answers.

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)
96 views1 page

Advanced Java Programming 2075 Questionpaper

The document is a past exam paper for an Advanced Java Programming course. It contains two sections - Section A with 3 long-form questions worth 10 marks each, and Section B with 8 short-form questions worth 5 marks each. Some of the questions ask students to write Java programs to demonstrate concepts like checking for palindromes, handling exceptions, deploying servlets, multi-threading, sockets, and more. The document provides guidelines on the expected length and content of answers.

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


2075

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.

Section A

Attempt any two questions. (2x10=20)

1. Design a GUI form using swing with a text field, a text label for displaying the input message “Input any String”, and three buttons
with caption CheckPalindrome, Reverse, FindVowels. Write a complete program for above scenario and for checking palindrome in
first button, reverse it after clicking second button and extract the vowels from it after clicking third button. (10)

2. Why do we need to handle the exception? Distinguish error and exception, Write a program to demonstrate your own exception
class. [1+2+7]

3. Describe the process to deploy the servlet. Write a program to a JSP web form to take input of a student and submit it to second
JSP file which may simply print the values of form submission. [4+6]

Group B

Attempt any eight questions. (8x5=40)

4. An array is called balanced if it's even numbered elements (a[0], a[2], etc.) are even and its odd numbered elements (a[1], a[3],etc.)
are Odd. Write a function named is Balanced that accepts an array of integers and returns 1 if the array is balanced otherwise it
returns 0. [5]

5. Explain the significance of cookies and sessions with suitable example? [5]

6. Define the chain of constructor. What is the purpose of private constructor? [5]

7. Describe the process to run the RMI application. [5]

8. How prepared statements are different with statement? List the types of JDBC driver.[2+3]

9. Write down the life cycle of thread. Write a program to execute multiple threads in priority base. [2+3]

10. When do we use final method and final class? Differentiate between function overloading and function overriding.[2+3]

11. Give any two differences between class and bean. Write the steps to create JAR files. [2+3]

12. What is a socket? Write client and server programs in which a server program accepts a radius of a circle from the client program.
Computes area, sends the computed area to the client program, and displays it by client program.[1+4]

13. Write short notes on:[2.5+2.5]

a. Grid Layout

b. Ragged Array

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

You might also like