Editable Question Paper
Editable Question Paper
Date: 22-Dec-2025
Subject: OBJECT ORIENTED PROGRAMMING THROUGH JAVA (CSE, IT, ECM, CS, AIML, DS,
IOT)
Time: 3 Hours
Max Marks: 60
PART – A
1. List any four Java buzzwords and briefly describe their significance.
5. List any two components of Java AWT used for building GUIs.
PART – B
OR
Explain default and parameterized constructors with examples.
8. Write a Java program to implement single inheritance and demonstrate super keyword.
OR
10. Write a Java program to create a user-defined package and import it.
OR
Write a Java program using the Collections framework to perform a PNR status check.
11. Explain the exception hierarchy in Java. Discuss the differences between checked and
unchecked exceptions with suitable examples.
12. Explain in detail about thread lifecycle in Java with neat diagram.
13. Write a Java AWT program using Frame, Button, and TextField to create a simple
calculator interface.
OR
14. Explain the life cycle of a Java Applet in detail and describe the purpose of each life cycle
method.