Home Tutorial Java Certification Thread in java

 
 

Thread in java
Posted on: July 3, 2010 at 12:00 AM
In this SCJP topic you will learn about Thread and its life cycle.

A thread is a lightweight process which exist within a program and executed to perform a special task. Several threads of execution may be associated with a single process. Thus a process that has only one thread is referred to as a single-threaded process, while a process with multiple threads is referred to as a multi-threaded process.

For more details click on the following links

Overview of Threads

Threading in Java

Thread Creation

Related Tags for Thread in java:


Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.