标题:请教:关于String的声明~~
取消只看楼主
redkiller
Rank: 1
等 级:新手上路
帖 子:3
专家分:0
注 册:2005-10-9
 问题点数:0 回复次数:0 
请教:关于String的声明~~


public class test {
public static void main(String args[]) {
String a = "asdf";
String b = "asdf";
// String a = new String("asdf");
// String b = new String("asdf");
if (a == b)
System.out.println("Equal!");
else
System.out.println("Not equal!");

}
}

String a = "asdf";与String a = new String("asdf");有什么区别呢??
谢谢了~~~

搜索更多相关主题的帖子: String 声明 
2006-02-20 15:57



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-46332-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.177861 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved