Thread Constructors

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


Java Thread Programming
Java Thread Programming
ISBN: 0672315858
EAN: 2147483647
Year: 2005
Pages: 149
Authors: Paul Hyde

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net