Class LoaderTest3

Class LoaderTest3

java.lang.Object
   |
   +----LoaderTest3

public class LoaderTest3
extends Object
implements Runnable
A simple, Runnable class that reports its instantiation to standard out. When it gets run via Thread.start, it sits in a loop, sleeping for 700 milliseconds then reporting to standard out. It also references OtherClass, so that our ClassLoader has to load multiple class files, i.e. it has to respond to loadClass when called by the interpreter.

Constructor Index

 o LoaderTest3()

Method Index

 o run()

Constructors

 o LoaderTest3
  public LoaderTest3()

Methods

 o run
  public void run()