下周去考SCJP,这两天再复习一下。 调用线程实例的start()方法他的run()方法会运行,你直接调用run()它也会运行。 Java中方法参数是按值传递的,最简单的情况就是传递基本数据类型。
SCJP考试认证复习笔记系列之三 java中的boolean类型不能和int类型进行转换的,不要认为true为1、false为0 局部变量在使用前一定要先初始化 class中如果含有抽象方法那么必
希望总结的这些知识点会对准备通过SCJP考试的朋友有所帮助!难免有错误的地方欢迎大家批评指正。 Thread类是在java.lang包中定义的,sleep()和yield()是Thread的静态方
40: String s= "hello"; String t = "hello"; char c[] = {'h','e','l','l','o'} ; Which return true?
接上篇Linux C++ 自学笔记 1、多文件编译链接 gcc有-c参数可以只编译不链接 因此上面那个程序可以按如下顺序编译 g++ -c hello.cpp -o hello.o g++ -
6. Which layout manager is used when the frame is resized the buttons's position in the Frame
21、Which of the following assignment is not correct? A. float f = 11.1; B. double d = 5.3E12;
1.switch里面只能是short,int,char,byte的. 2.if (a="a") 编译错, if(a=false)编译ok,原因是a=false的a代表了个boolean值
作者:马路遥 头一盘菜就是重点和难点.考50分或更少的绝对是大有人在.笔者之所以能通过RHCE,靠的就是满分通过TroublesShotting. --------------------
UML复习系列之二(工具使用)【原创】 0.本篇文章讲述Microsoft Visio 2003(中文版) 及 Rational Rose Enterprise Edition 2002(英文版)