Q1. Write down a detail note on the Java class loaders.
Q2. Describe life cycle of a thread with help of a diagram. Explain how do the wait and notifyAll/notify techniques enable cooperation among the threads?
Q3. Write down a small java program having user defined exceptions.
Q4. Distinguish final, finally and finalize with reference to the java.
Q5. Describe the drawPolygon () method of Polygon class with the help of an illustration.
Q6. Explain how java swing controls distinct from the java AWT controls.
Q7. Describe MouseListenener interface and list out its all functions.