All you have to do is call join() method on the Thread object. t1.join(). The execution in the main program waits here at this statement until t1 completes its ...
確定! 回上一頁