BSc CSIT (TU) Science Advanced Java Programming (BSc CSIT, CSC409) Question Paper 2079
This is the official BSc CSIT (TU) (Science stream) Advanced Java Programming (BSc CSIT, CSC409) question paper for 2079, as set in the regular annual examination. It carries 60 full marks and a time allowance of 180 minutes, across 12 questions. On Kekkei you can attempt this Advanced Java Programming (BSc CSIT, CSC409) past paper online with a timer, get instant AI feedback and step-by-step solutions, and track the topics where you lose marks — completely free. Whether you are revising for your BSc CSIT (TU) Advanced Java Programming (BSc CSIT, CSC409) exam or solving previous years' question papers, this 2079 paper is a great way to practise under real exam conditions.
Section A: Long Answer Questions
Attempt any TWO questions.
Explain the delegation event model. Write a Swing program that demonstrates handling of action events and item events on multiple components.
What is JSP? Compare JSP with Servlet. Develop a JSP application that connects to a database and displays records in a table.
Explain socket programming. Write a multithreaded TCP server program in Java that can handle multiple clients simultaneously.
Section B: Short Answer Questions
Attempt any EIGHT questions.
What is an event source and an event listener?
Explain the JScrollPane and JTabbedPane components.
What are the advantages of PreparedStatement over Statement?
Explain session tracking using URL rewriting.
What is the difference between a stateless and stateful session?
Describe the layers of RMI architecture.
What are JSP actions? Explain any two standard actions.
How is database connection pooling done? Explain briefly.
Write short notes on the InetAddress class.