Java Thread Programming

Chapter 3 - Creating and Starting a Thread

Java Thread Programming
Paul Hyde
  Copyright 1999 Sams Publishing

Summary
This chapter begins to explore some of the API for Thread :
  Thread.currentThread()
  getName()
  setName()
  Thread(ThreadGroup, Runnable, String)
  Thread()
  start()
  isAlive()
  Thread.sleep()
The next chapters explain more of the API.

Toc

Категории