SCJP认证套题解析 作者:Cherami email:cherami@163.net 写作本文的目的是总结自己学习java的知识点,也可以方便其它人学习java,个人的感觉是jav
36、A member variable defined in a class can be Accessed only by the classes in the same package.
6. Which layout manager is used when the frame is resized the buttons's position in the Frame
41、Which of the following statements are legal? A. long l = 4990; B. int i = 4L; C. float f =
21、Which of the following assignment is not correct? A. float f = 11.1; B. double d = 5.3E12;
56、Given the uncompleted method: 1) 2) { sUCcess = connect(); 3) if (succes
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的套题中可以
40: String s= "hello"; String t = "hello"; char c[] = {'h','e','l','l','o'} ; Which return true?
希望总结的这些知识点会对准备通过SCJP考试的朋友有所帮助!难免有错误的地方欢迎大家批评指正。 Thread类是在java.lang包中定义的,sleep()和yield()是Thread的静态方