1. Explain the process of creating a thread by Extended Thread class.
2. Explain the process of creating a thread by implementing Runnable interface with suitable
example.
3. List and explain any five thread methods.
4. Explain the life cycle of a Thread with diagram.
5. Explain Thread Synchronization.
6. Explain the life cycle of an Applet.
7. List and explain any 6 methods defined by Applet
8. Describe the process of embedding an Applet in an HTML page. Explain the use of
the<applet> tag and its attributes such as code, width, and height.
9. Explain how to create and use a package in Java with suitable example.
10. List and explain different API packages available in Java.
11. Explain extending interface in java with syntax and example.