Chinaunix首页 | 论坛 | 博客
  • 博客访问: 64090
  • 博文数量: 27
  • 博客积分: 2010
  • 博客等级: 大尉
  • 技术积分: 280
  • 用 户 组: 普通用户
  • 注册时间: 2008-08-02 18:53
文章存档

2011年(1)

2009年(7)

2008年(19)

我的朋友

分类: Java

2008-08-06 11:44:36

 
public class MyStringHashCode {

  public static void main(String[] args) {

    System.out.println("MyString".hashCode());
    
   System.out.println("MyString".hashCode());

  }

阅读(582) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~