Home
Java
2D Graphics GUI
3D
Advanced Graphics
Ant
Apache Common
Chart
Class
Collections Data Structure
Data Type
Database SQL JDBC
Design Pattern
Development Class
EJB3
Email
Event
File Input Output
Game
Generics
GWT
Hibernate
I18N
J2EE
J2ME
JavaFX
JDK 6
JDK 7
JNDI LDAP
JPA
JSP
JSTL
Language Basics
Network Protocol
PDF RTF
Reflection
Regular Expressions
Scripting
Security
Servlets
Spring
Swing Components
Swing JFC
SWT JFace Eclipse
Threads
Tiny Application
Velocity
Web Services SOA
XML
Thread Status « Threads « Java
Java
Threads
Thread Status
1.
Is thread alive
2.
Thread sleep
3.
Another way to stop a thread
4.
Another way to suspend and resume
5.
Visual suspend and resume
6.
Thread sleep and interrupt
7.
Daemon Thread
8.
Pausing the Current Thread: a thread can temporarily stop execution.
9.
Pausing a Thread: set a variable that the thread checks occasionally, call Object.wait()
10.
set Uncaught Exception Handler
11.
Monitor a thread's status.
12.
Pause the execution
13.
Interrupt a thread.
14.
Stopping a Thread: set a variable that the thread checks occasionally
15.
Determining When a Thread Has Finished
16.
Add a delay
17.
Pause the execution of a thread using sleep()