BSc CSIT (TU) Science Advanced Java Programming (BSc CSIT, CSC409) Question Paper 2081
This is the official BSc CSIT (TU) (Science stream) Advanced Java Programming (BSc CSIT, CSC409) question paper for 2081, 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 2081 paper is a great way to practise under real exam conditions.
Section A: Long Answer Questions
Attempt any TWO questions.
Explain GUI programming using Swing. Discuss the component hierarchy and write a program to build a registration form with validation using Swing components.
What is JDBC? Explain the JDBC API in detail and write a program that performs insert, update, and delete operations on a database table.
Explain Servlet and JSP technology. Differentiate between them and develop a JSP-based MVC application skeleton with a servlet controller.
Section B: Short Answer Questions
Attempt any EIGHT questions.
What is the delegation event model? List its components.
Explain the JList and JComboBox components.
What are the steps to load a JDBC driver?
Differentiate between cookies and HttpSession.
What is a proxy server? How is it relevant to socket programming?
Explain marshalling and unmarshalling in RMI.
What are the JSP implicit objects available for scope handling?
Explain batch processing in JDBC.
Write short notes on the ServerSocket class.