Posts by Patrick Soares • 1 point
1 post
-
-2
votes1
answer38
viewsQ: I’m a beginner in java and I’m looking to learn more about it, so I’d like to know how to know if the threads are running?
import com.sun.corba.se.spi.orbutil.threadpool.ThreadPool; public class Game { private boolean isAlive; public static void main(String[] args) { if(args.length…
javaasked Patrick Soares 1