40: String s= "hello"; String t = "hello"; char c[] = {'h','e','l','l','o'} ; Which return true?
56、Given the uncompleted method: 1) 2) { sUCcess = connect(); 3) if (succes
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;
41、Which of the following statements are legal? A. long l = 4990; B. int i = 4L; C. float f =
36、A member variable defined in a class can be Accessed only by the classes in the same package.
21、Which of the following assignment is not correct? A. float f = 11.1; B. double d = 5.3E12;
写作本文的目的是总结自己学习Java的知识点,也可以方便其它人学习java,个人的感觉是java确实是一个很好的编程语言,而学习好java必须先把握java的特点,而这些特点在scjp的套题中可以
SCJP认证套题解析 作者:Cherami email:cherami@163.net 写作本文的目的是总结自己学习java的知识点,也可以方便其它人学习java,个人的感觉是jav
下周去考SCJP,这两天再复习一下。 调用线程实例的start()方法他的run()方法会运行,你直接调用run()它也会运行。 Java中方法参数是按值传递的,最简单的情况就是传递基本数据类型。