创建线程再执行完方法之后会自动关闭吗
1个回答
展开全部
ckage zhidao;
public class Test6 implements Runnable
{
int start = 0;
int times = 0;
Thread thread;
public Test6 ()
{
if (null == thread)
{
start ();
}
else
{
stop ();
}
}
public static void main ( String[] args )
{
new Test6 ();
}
public void start ()
{
if (null == thread)
public class Test6 implements Runnable
{
int start = 0;
int times = 0;
Thread thread;
public Test6 ()
{
if (null == thread)
{
start ();
}
else
{
stop ();
}
}
public static void main ( String[] args )
{
new Test6 ();
}
public void start ()
{
if (null == thread)
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询