Friday 28 June 2019

Java Multithreading Agenda

                                                                   Agenda
1. Introduction.
2. The ways to define, instantiate and start a new Thread.
    a. By extending Thread class
    b. By implementing Runnable interface
3. Thread class constructors and methods
4. Thread priority
5. Getting and setting name of a Thread.
6. The methods to prevent (stop) Thread execution.
    a. yield()
    b. join()
    c. sleep()
7. Synchronization.
8. Inter Thread communication.
9. Deadlock
10. Daemon Threads.
11. Green Thread
12. Stop, Suspend & Resume of a Thread
13. Thread group
14. Multithreading Interview Q&A

Cont..

Thanks..!!

No comments:

Post a Comment