Search:

Type: Posts; User: jack_nutt

Search: Search took 0.23 seconds.

  1. Re: while(true){ section of code runs 200 times}

    JUNKY,

    i need those threads to keep on running so i got to use infinite while loop
  2. Re: while(true){ section of code runs 200 times}

    while(true)
    {

    for()
    {

    This loop will b executed every time
    }

    }
  3. while(true){ section of code runs 200 times}

    hi
    in my thread run() method,


    i need a particular section to wait till 200 iterations are done and ,that section of code is never executed again ..

    please suggest me the logic ..
    thanks
Results 1 to 3 of 3