1.
Demonstrate the working of a nested try block and chained exceptions with an
examples for each and also explain how you create your own exception class with an
example.
2. Define Exception. Explain Exception handling mechanism provided in java along with
syntax and examples for each.
3. Define Thread and Explain different ways of creating a thread.
4. Explain how synchronization can be achived between threads in java with an example.
5. Explain type wrappers supported in java.
6. Explain Autoboxing and unboxing that occurs in expressions with suitable example.