START & STOP
Just a silly question.
Can I make the execution halts for a few seconds without using any Thread stuff? Sort of sleep...
Thanks.
Just a silly question.
Can I make the execution halts for a few seconds without using any Thread stuff? Sort of sleep...
Thanks.
You are my best buddy now, guru! :D
You mean I have to use Java's Thread anyway.
Anyway thanks for the responds. I am out.
> You mean I have to use Java's Thread anyway.
But you cannot run a Java program without at least one thread.