0% found this document useful (0 votes)
26 views2 pages

OOPJ MSE - 2 Question Bank Final

Uploaded by

Krish
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)
26 views2 pages

OOPJ MSE - 2 Question Bank Final

Uploaded by

Krish
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
You are on page 1/ 2

Ahmadabad Institute of Technology

CE Department
Semester - 4
MSE - 2 Question Bank

Subject Code:3140705 Subject Name: Object Oriented Programming -I


1 Describe syntax errors (compile errors), runtime errors, and logic errors by giving suitable 04
examples?
2 What is the use of this keyword? How it is different from super keyword? 03

3 Differentiate between checked and unchecked exception? 03


4 Exemplify throw and throws clause of exception handling? 04
5 Demonstrate use of try catch block by catching Arithmetic Exceptions and 07
Input Mismatch Exceptions?
6 Describe thread life cycle with block diagram? 03
7 Differentiate between Thread class and Runnable interface for implementing 04
Threads?

8 Define Queue interface of java collection classes? 03


9 Explain types of polymorphism? 04
10 What are the differences between ArrayList and LinkedList? Demonstrates 07
use of ArrayList with example?
11 Define Object Serialization? 03
12 What are the differences between text I/O and binary I/O? 04
13 Describe and demonstrate Binary I/O classes of java? 07
14 List JavaFX UI controls? 04
15 What do you understand by event source and event object? Explain how to 07
register an event handler object and how to implement a handler interface?
16 Enlist various Layout panes available in JavaFX? 03
17 Illustrate basic structure of JavaFX program?and Discuss JavaFX benefits? 07
18 Give Definitions: static, finalize, final 07
19 Elaborate the role of java garbage collector. 03
20 Explain DataInputStream and DataOutputStream Classes? Implement a javaprogram to 07
demonstrate any one of them?
21
Describe the relationship between an object and its defining class? 03
22 What is Inheritance? List out the different forms of Inheritance and explain any one with 04
example.
23 Differentiate between Abstract class and Interfaces 03
24 Explain Overloading and Overriding with example. 07
25 Compare String with StringBuffer. Also, write a program to count the occurrence of a 07
character in a string.

*********

1
2

You might also like