Oops with java assignment questions
1. Explain what is an Abstract class and Abstract method with an example.
2. Define Interface. Explain how to implement an interface with an example.
3. Compare and contrast method Overriding and overloading
4. Discuss what is package and the purpose of using access modifiers usage within
packages.
5. Define an Exception handling. Explain the try and catch block in exception handling
6. Define multithreading. Write a program to create multiple threads in Java.
7. Discuss the role of throw and throws keyword in exception handling with an
example.
8. Define Enumeration. Discuss values( ) and valuesOf( ) methods with an example.
9. What is the importance of clause finally
10. Give the basic form of an exception handling
11. Explain the java thread model and thread priorities
12. Explain Nested try statement with suitable example