Tuesday 28 February 2012

Java Threads


  • Java threads may be created by:
  1. Extending Thread class
  2. Implementing the Runnable interface
  • Java threads are managed by the JVM.

No comments:

Post a Comment