#
yModule 1-JAVA 基础一选择题:Question 1Given:35. String name = Jane Doe36. int age=2437. Double _height = 123.538. double temp = 37.5Which two are true (Choose two.)A. Line 35 will notpile.B. Line 36
#
Leading the way in IT testing and certification tools edu.yesky Question No: 1 Given: 1. public class test ( 2. public static void main (String args[]) { 3. int i = 0xFFFFFFF1 4. int j =
Leading the way in IT testing and certification tools edu.yesky Question No: 1 Given: 1. public class test ( 2. public static void main (String args[]) { 3. int i = 0xFFFFFFF1 4. int j =
Simulated Test of SCJP for JAVA2 PlatFORM (only for training) 1. 1) public class ReturnIt{ 2) returnType methodA(byte x double y){ 3) return (short)xy2 4) } 5) } what
Module2-类接口以及枚举1. 对于类成员(方法和变量):a)一共有 4 个访问级别: public protected default privateb)如果一个类不能被访问那么它的所有的成员也不能被访问所以要先看类的访问级别再看成员的访问级别c)对于 default 和 protected 两个访问级别: 成员只可以被同一个 package 中的其他类访问 成员可被同一个包中的其他
认证scjp考试过关攻略 前段时间考过了SUN CERTIFIED JAVA PROGRAMMER 考完后一直很忙现在闲下来和大家分享一下考试的经验 . 1 ) JAVA 2 PLAT FORM 考试科目是310-025 有59题及格线是61即答对36题考试时间是90 分钟特别令人厌恶的是考试前有个AGREEMENT连你读它的时间也被计算在内小弟开始不知道还在慢慢读突然发现已经用了3分钟赶紧开
#
SCJP认证辅导-------荷尖角程序组第三章赋值1、栈和堆2、字面值和基本强制转换3、作用域4、基本赋值5、使用未初始化和为赋值的变量或数组元素6、向方法中传递变量7、数组声明、构造和初始化8、初始化块9、使用包装器10、装箱11、垃圾收集1、栈和堆局部变量(方法变量)存在于栈上。对象及其实例变量存在于堆上。2、字面值和基本强制转换整型字面值可以是十进制、八进制(例如,013)或十六进
违法有害信息,请在下方选择原因提交举报