| Java I understand your concept of running...thaks a lot for that..
but i am confused about
if(this.running!=running)
{
}
if this.running is false and running is false
will it enter the loop.....
if yes how?
if not why not?
basically i am trying to get the condition in if loop.... |