0% found this document useful (0 votes)
33 views1 page

Java Programming Model Question Paper

This document is a model question paper for a Java programming exam, structured into three parts: Part A consists of 10 short answer questions, Part B includes 5 questions with internal choices, and Part C requires detailed answers to 3 out of 5 questions. Topics covered include Java features, object-oriented programming concepts, exception handling, and JDBC. The exam has a total duration of 3 hours and is worth 75 marks.

Uploaded by

abishekx46
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
33 views1 page

Java Programming Model Question Paper

This document is a model question paper for a Java programming exam, structured into three parts: Part A consists of 10 short answer questions, Part B includes 5 questions with internal choices, and Part C requires detailed answers to 3 out of 5 questions. Topics covered include Java features, object-oriented programming concepts, exception handling, and JDBC. The exam has a total duration of 3 hours and is worth 75 marks.

Uploaded by

abishekx46
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Java Programming – Model Question Paper

Time: 3 Hours Maximum Marks: 75

Part – A (10 × 2 = 20 Marks)


Answer ALL questions.

1. Write any two features of Java.


2. What is Bytecode?
3. Define Class.
4. What is Constructor?
5. What is Method Overloading?
6. Define Inheritance.
7. What is an Interface?
8. What is StringBuffer used for?
9. What is Exception?
10. Define JDBC.

Part – B (5 × 5 = 25 Marks)
Answer ALL questions. (Internal Choice Provided)

11. (a) Explain the structure of a Java program.


OR
(b) Explain Java Compilation and Execution process.

12. (a) Explain the types of constructors with examples.


OR
(b) Explain `this` keyword and `static` keyword with examples.

13. (a) Explain Method Overloading and Method Overriding with examples.
OR
(b) Explain the types of Inheritance in Java with a neat diagram.

14. (a) Difference between Abstract Class and Interface.


OR
(b) Explain String, StringBuffer and StringBuilder with examples.

15. (a) Explain Exception Handling with `try`, `catch`, `finally` block.
OR
(b) Explain JDBC and its Architecture.

Part – C (3 × 10 = 30 Marks)
Answer ANY THREE questions.

16. Explain the features of Java in detail.


17. Describe Object-Oriented Programming Concepts with examples.
18. Explain Thread Life Cycle and Multithreading process in Java.
19. Explain AWT Components and Layout Managers with neat diagrams.
20. Write and explain a Java program to connect to a database and display records.

You might also like