随笔:6 文章:0 评论:0 引用:0
NingLee的blog
BlogJava
首页
发新随笔
发新文章
联系
聚合
管理
sum-up of the weekend(code demo) (cont.)
2、PeorityTest---get from the sun Tech Day and I change a little
J
1
public
class
peority
2
{
3
public
static
void
main(String args[])
4
{
5
String s1
=
"
abcdefg:10
"
;
6
String s2
=
"
abcdefg:
"
+
s1.length();
7
System.out.println(s1.equals(s2));
8
System.out.println(s1
==
s2);
9
System.out.println(
"
s1==s2
"
+
s1
==
s2);
10
}
11
}
12
13
if you don't understand this, you can use the javap tool, maybe cause another post
J
发表于 2006-06-03 23:39
李宁
阅读(159)
评论(0)
编辑
收藏
新用户注册
刷新评论列表
只有注册用户
登录
后才能发表评论。
网站导航:
博客园
IT新闻
Chat2DB
C++博客
博问
管理
CALENDER
<
2006年6月
>
日
一
二
三
四
五
六
28
29
30
31
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
1
2
3
4
5
6
7
8
常用链接
我的随笔
我的评论
我的参与
留言簿
(1)
给我留言
查看公开留言
查看私人留言
随笔档案
(6)
2006年6月 (6)
相册
Disney
my works
成都
收藏夹
Tech Article
(rss)
My Links
BlogJava
javaEye Forum
java天下
搜索
最新随笔
1. Design Pattern Note(1) -- Iterator Pattern
2. sum-up of the weekend(code demo)(end)
3. sum-up of the weekend(code demo)(cont.)
4. sum-up of the weekend(code demo) (cont.)
5. sum-up of the weekend(code demo)
6. The Directory Constructor of JSP development using Eclipse
最新评论
阅读排行榜
1. sum-up of the weekend(code demo)(190)
2. Design Pattern Note(1) -- Iterator Pattern(168)
3. sum-up of the weekend(code demo)(cont.)(165)
4. sum-up of the weekend(code demo) (cont.)(159)
5. The Directory Constructor of JSP development using Eclipse(146)
评论排行榜
1. Design Pattern Note(1) -- Iterator Pattern(0)
2. sum-up of the weekend(code demo)(end)(0)
3. sum-up of the weekend(code demo)(cont.)(0)
4. sum-up of the weekend(code demo) (cont.)(0)
5. sum-up of the weekend(code demo)(0)
Powered By:
博客园
模板提供
:
沪江博客