java的下面图的代码到底怎么回事,运行结果完全不一样

packageMyDream3;importjava.util.Vector;publicclassTestVector02{publicstaticvoidmain(S... package MyDream3;

import java.util.Vector;

public class TestVector02 {
public static void main(String[] args) {
Vector<String> s=new Vector<String>(100);
for(int i=0;i<3;i++) {
s.addElement("Welcome");
s.addElement("to");
s.addElement("jing");
}
for(int i=0;i<s.size();i++) {
String s1=s.elementAt(i);
System.out.print(s+" ");
}
System.out.println();
if(s.removeElement("to"))
for(int i=0;i<s.size();i++) {
String s2=s.elementAt(i);
System.out.println(s2);
}
}
}
运行结果:
[Welcome, to, jing, Welcome, to, jing, Welcome, to, jing] [Welcome, to, jing, Welcome, to, jing, Welcome, to, jing] [Welcome, to, jing, Welcome, to, jing, Welcome, to, jing] [Welcome, to, jing, Welcome, to, jing, Welcome, to, jing] [Welcome, to, jing, Welcome, to, jing, Welcome, to, jing] [Welcome, to, jing, Welcome, to, jing, Welcome, to, jing] [Welcome, to, jing, Welcome, to, jing, Welcome, to, jing] [Welcome, to, jing, Welcome, to, jing, Welcome, to, jing] [Welcome, to, jing, Welcome, to, jing, Welcome, to, jing]
Welcome
jing
Welcome
to
jing
Welcome
to
jing
如果你把倒数第一个循环语句上面的那个语句if换成while,再把;去掉,结果又不一样了
展开
 我来答
  • 你的回答被采纳后将获得:
  • 系统奖励15(财富值+成长值)+难题奖励20(财富值+成长值)
百度网友42c6392
2018-12-05 · 超过24用户采纳过TA的回答
知道答主
回答量:46
采纳率:71%
帮助的人:10.6万
展开全部
能一样吗,逻辑都不一样了结果怎么能一样,while是循环到结果为false时跳出,if是判断,里面的for循环只执行一次
本回答被网友采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 1条折叠回答
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式