Class part2.chapter13.SubThread
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class part2.chapter13.SubThread

java.lang.Object
   |
   +----java.lang.Thread
           |
           +----part2.chapter13.SubThread

public class SubThread
extends Thread

Constructor Index

 o SubThread()

Method Index

 o main(String[])
 o run()

Constructors

 o SubThread
  public SubThread()

Methods

 o run
  public void run()
Overrides:
run in class Thread
 o main
  public static void main(String args[])

All Packages  Class Hierarchy  This Package  Previous  Next  Index