Oops Question Bank Cy3
Oops Question Bank Cy3
PART-A (2 MARKS)
1. Discuss in detail about exception handling constructs and write a program to illustrate
Divide by zero exception.(13)
2. Explain the following in detail with example program
i.Checked Exception(7)
ii.Unchecked exception(6)
3. Describe in detail about multithread programming with example (13)
4. i. Illustrate the concept of synchronization in thread.(7)
ii. Deamon threads (6)
5. Summarize the following with example program
i.Arithmetic exception(5)
ii.Arrayoutofbound exception (4)
ii.Stringindexoutofbound exception (4)
6. i. Explain about thread properties with example(6)
ii. Explain what is inter-thread communication? List out the methods used for it.(7)
PART-C