BSc CSIT (TU) Science Advanced Java Programming (BSc CSIT, CSC409) Question Paper 2074
This is the official BSc CSIT (TU) (Science stream) Advanced Java Programming (BSc CSIT, CSC409) question paper for 2074, 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 2074 paper is a great way to practise under real exam conditions.
Section A: Long Answer Questions
Attempt any TWO questions.
What is Swing? Explain the benefits of using Swing components over AWT. Write a GUI program using Swing components to find the sum and difference of two numbers.
Explain the life cycle of a servlet in detail. Create a simple servlet that reads and displays the data (username and password) submitted from an HTML form.
What is JDBC? Discuss the different types of JDBC drivers. Write a program to connect to a database and insert a record using JDBC.
Section B: Short Answer Questions
Attempt any EIGHT questions.
Discuss any three event classes in Java with examples.
What is a layout manager? Explain BorderLayout and FlowLayout.
What is a socket? Differentiate between TCP socket and UDP socket.
Explain the delegation event model in Java.
What is RMI? Explain the RMI architecture layers.
Write short notes on JavaBeans.
How do you handle exceptions in JDBC? Explain with an example.
What is a session in servlets? How is session tracking done?
Differentiate between Statement and PreparedStatement.