Managed空间

彭刚的blog
随笔 - 26, 评论 - 153, 引用 - 81

导航

标签

每月存档

最新留言

广告

 

在Whidbey上运行如下的两个测试并解释结果:

 

Test 1:

using System;

class Test

{

    static public void Main()

    {

        Console.WriteLine(object.ReferenceEquals(string.Empty, string.Intern(string.Empty)));

    }

}

 

Test 2:

using System;

class Test

{

    static public void Main()

    {

        Console.WriteLine(object.ReferenceEquals(string.Empty, string.Intern(string.Empty)));

        Console.WriteLine(object.ReferenceEquals(string.Empty, string.Intern("")));

    }

}

打印 | 张贴于 2004-09-08 05:42:00 | Tag:暂无标签

留言反馈

#re:One more Quiz about String Interning 编辑
One more Quiz about String Interningooeess
2005-06-16 13:28:00 | [匿名:气味检测仪]
#re:One more Quiz about String Interning 编辑
^_~,pretty good!csharpsseeoo
2005-05-18 19:34:00 | [匿名:GNB电池]
#re:One more Quiz about String Interning 编辑
^_^,Pretty Good!
2005-04-16 05:28:00 | [匿名:螺纹塞规]
#re:One more Quiz about String Interning 编辑
^_^,Pretty Good!
2005-04-10 20:10:00 | [匿名:CO一氧化碳检测仪]
对不起,目前本随笔不允许发表新评论.

Powered by: Joycode.MVC引擎 0.5.2.0