BSc CSIT (TU) Science Advanced Java Programming (BSc CSIT, CSC409) Question Paper 2077
This is the official BSc CSIT (TU) (Science stream) Advanced Java Programming (BSc CSIT, CSC409) question paper for 2077, 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 2077 paper is a great way to practise under real exam conditions.
Section A: Long Answer Questions
Attempt any TWO questions.
Explain event-driven programming in Java. Discuss the event delegation model and write a program demonstrating handling of mouse events.
What is JDBC? Explain the architecture of JDBC. Write a program to retrieve and display all records from a table using a ResultSet.
Explain the Servlet API. Describe the methods of the Servlet interface and demonstrate inter-servlet communication.
Section B: Short Answer Questions
Attempt any EIGHT questions.
What are the benefits of using Swing components?
Explain the use of the final modifier in Java with a suitable example.
What is a layout manager? Explain GridLayout.
Differentiate between connected and connectionless socket programming.
What is RMI registry? Explain its purpose.
Explain the life cycle of a JSP page.
How is form data passed from JSP to a servlet?
What is ResultSetMetaData? Explain with an example.
Write short notes on Java networking using the URL class.