You are on page 1of 2

Template: Study Material

Insert the details within the < quotes >


<CO>: <22412>: <Java Programming>: <Exception handling and multithreading >: <LO4b & LO4c>: <Study Material>
<Sushama Pawar> <10/11/2020> <Prof.Vijay Patil >

Key words Learning Objective: Diagram/ Picture


Thread exception Explain the function of specified phase in the thread life cycle using
the given example.
Student should understand the concept of thread exception.

Key Questions Concept Map

1. Which method is Thread life cycle


used to get the
current thread of Function of each state
of thread life cycle
the state?
2. Which class that Thread exception
defines the ENUM
constants for the
state of a thread Key Definitions/
1. Thread.getState()
Formulas
2. java.lang.Thread.State
Solved word Problem

Application of Concept/ Examples in real life Link to YouTube/ OER/


video
The most significant benefits of multithreading are:

 Better CPU utilization.


 Simpler program design in some situations.
 More responsive programs.
 More fair division of CPU resources
between different tasks.

Key Take away from this LO4 : Explain the function of specified phase in the thread life cycle using the given example.
Student should understand the concept of thread exception.

You might also like