Java开发网 Java开发网
注册 | 登录 | 帮助 | 搜索 | 排行榜 | 发帖统计  

您没有登录

» Java开发网 » Java SE 综合讨论区  

按打印兼容模式打印这个话题 打印话题    把这个话题寄给朋友 寄给朋友    该主题的所有更新都将Email到你的邮箱 订阅主题
flat modethreaded modego to previous topicgo to next topicgo to back
作者 一个310-035的线程题目,百思不得其解
ycxct





发贴: 18
积分: 0
于 2006-12-10 14:45 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
class ThreadTest extends Thread{
int n;
ThreadTest(int n){this.n=n;}
public void run(){
for(int i=0;i<3;i++){
System.out.print("T"+n+" ");
}
}
}

public class test{
test() {
}
public static void main(String[] args) {
Thread t1=new ThreadTest(1);
Thread t2=new ThreadTest(2);
t1.setPriority(Thread.MAX_PRIORITY);
t2.setPriority(Thread.MIN_PRIORITY);
t1.start();
t2.start();
}
}

结果怎么看都应该是"T1 T1 T1 T2 T2 T2",上机试验也是如此,可为什么标准答案给出"The behavior is not specified by the java Language Specification"(行为无法用java语言规则说明)呢?




[转帖]面向对象的思维方法

话题树型展开
人气 标题 作者 字数 发贴时间
4988 一个310-035的线程题目,百思不得其解 ycxct 651 2006-12-10 14:45
3941 Re:一个310-035的线程题目,百思不得其解 ycxct 8 2006-12-10 14:46
3853 Re:一个310-035的线程题目,百思不得其解 cxp108 205 2006-12-11 09:06
3816 Re:一个310-035的线程题目,百思不得其解 ranchgirl 72 2006-12-11 09:20
4029 Re:一个310-035的线程题目,百思不得其解 ycxct 57 2006-12-11 12:08

flat modethreaded modego to previous topicgo to next topicgo to back
  已读帖子
  新的帖子
  被删除的帖子
Jump to the top of page

   Powered by Jute Powerful Forum® Version Jute 1.5.6 Ent
Copyright © 2002-2021 Cjsdn Team. All Righits Reserved. 闽ICP备05005120号-1
客服电话 18559299278    客服信箱 714923@qq.com    客服QQ 714923