Problem 1
Explain the life cycle of the Thread.
Problem 3
Explain the terms thread, multithreading, and multitasking?
Problem 5
Write short note on (a) Thread group. (b) Daemon thread (c) Deadlock.
Problem 6
What are the Thread priorities available in Thread class?
Problem 8
Write a program to implement Runnaable class to create a Thread.
Problem 9
What is synchronization? Explain with suitable example.
Problem 11
What is the importance of thread synchronization in multithreading?
Problem 12
Is it necessary to synchronize single thread application?
Problem 13
Write a program to: (a) Print the name, priority, and Thread group of the thread. (b) Change the name of the current thread to "JAVA". (c) Display the details of the current thread.
Problem 15
What are the two methods by which we may stop threads?