How to make the thread alive for sometime?
Hi Helen,
Follow this syntax to make the thread alive.
Thread t4 = new Thread(new LambdatestTunnel("T4"));
t1.isAlive();
How to make the thread alive for sometime?
Hi Helen,
Follow this syntax to make the thread alive.
Thread t4 = new Thread(new LambdatestTunnel("T4"));
t1.isAlive();