Java开发网 Java开发网
注册 | 登录 | 帮助 | 搜索 | 排行榜 | 发帖统计  

您没有登录

» Java开发网 » Java SE 综合讨论区  

按打印兼容模式打印这个话题 打印话题    把这个话题寄给朋友 寄给朋友    该主题的所有更新都将Email到你的邮箱 订阅主题
flat modethreaded modego to previous topicgo to next topicgo to back
作者 我找到了关于关键字的介绍!( 4 ) [Re:zds9924]
zds9924





发贴: 16
积分: 0
于 2004-09-24 13:52 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
//java.lang.object类

1.equals():比较状态和功能上的相同

Integer one = new Integer(1) , anotherOne = new Integer(1);
if(one.equal(anotherOne)){
System.pringln(""objects are equal");} //return true

2.getClass()

是final方法,
void printClassName(object obj)
{
System.out.println("The object's class is
"+obj.getClass().getName();
}

创建一个类的实例,所创建的对象可以是任何类

object createNewInstanceof(object obj)
{
retuen obj.getClass().newInstance();
}

3.toString()

返回对象的字符串表示

System.out.println(Thread.currentThread().toString());

4.finalize();

5.notify(),notifyAll(),wait() 用于多线程中的同步

//成员变量

。static:类变量
。final:常量
。volatile:共享变量


zds9924 edited on 2004-09-24 13:59


话题树型展开
人气 标题 作者 字数 发贴时间
22737 求助java关键字介绍 zds9924 18 2004-09-22 09:52
19488 Re:求助java关键字介绍 littledeer1974 907 2004-09-22 09:57
19287 Re:求助java关键字介绍 alpacino 491 2004-09-23 15:36
19450 我找到了关于关键字的介绍!(1) zds9924 147 2004-09-24 13:47
19308 我找到了关于关键字的介绍!【 2 】 zds9924 103 2004-09-24 13:49
19267 我找到了关于关键字的介绍!(3 ) zds9924 81 2004-09-24 13:50
19289 我找到了关于关键字的介绍!( 4 ) zds9924 666 2004-09-24 13:52
19395 我找到了关于关键字的介绍( 5 ) zds9924 376 2004-09-24 13:54
19467 我找到了关于关键字的介绍!( 6 ) zds9924 249 2004-09-24 13:58
19371 Re:求助java关键字介绍 littledeer1974 787 2004-09-22 10:06
19647 Re:求助java关键字介绍 zds9924 260 2004-09-22 22:08
19523 java关键字finally介绍1 zds9924 308 2004-09-23 08:55
19337 java关键字finally介绍2 zds9924 449 2004-09-23 08:58
19830 java关键字finally介绍3 zds9924 382 2004-09-23 09:01
19490 java关键字finally介绍4 zds9924 294 2004-09-23 09:05
19464 java关键字finally介绍 5 zds9924 222 2004-09-23 09:06
19491 java关键字finally介绍 6 zds9924 243 2004-09-23 09:08

flat modethreaded modego to previous topicgo to next topicgo to back
  已读帖子
  新的帖子
  被删除的帖子
Jump to the top of page

   Powered by Jute Powerful Forum® Version Jute 1.5.6 Ent
Copyright © 2002-2021 Cjsdn Team. All Righits Reserved. 闽ICP备05005120号-1
客服电话 18559299278    客服信箱 714923@qq.com    客服QQ 714923