Search:

Type: Posts; User: Norm

Search: Search took 0.11 seconds.

  1. Replies
    11
    Views
    6,202

    Re: Creating a Thread from a Thread

    The first time. The second time t is different.

    Look at the output from the code I posted.
  2. Replies
    11
    Views
    6,202

    Re: Creating a Thread from a Thread

    Look at the output from this code:

    public class Thread_Program {

    public static void main(String[] args) throws InterruptedException {

    Thread t = new Thread(){
    public void run(){...
  3. Replies
    11
    Views
    6,202

    Re: Creating a Thread from a Thread

    Please post a complete program that compiles, executes and shows the problem. It is important that I have exactly the same code that you are executing so that I can see what the code does when it...
  4. Replies
    11
    Views
    6,202

    Re: Creating a Thread from a Thread

    Please post a small, complete program that compiles, executes and shows the problem.
Results 1 to 4 of 4