赞
踩
目录
1.1. 字符串中string str=null和string str=""和string str=string.Empty的区别?
1.2. byte b = 'a'; byte c = 1; byte d = 'ab'; byte e = '啊'; byte g = 256; 这些变量有些错误是错再哪⾥?
1.3.string和StringBuilder的区别,两者性能的⽐较
1.13.现有⼀个整数number,请写⼀个⽅法判断这个整数是否是2的N次⽅
1.17.Strings = new String(“xyz”);创建了⼏个String Object?
1.20.short s1 = 1; s1 = s1 + 1;有什么错? short s1 = 1; s1 += 1;有什么错?
1.27.Math.Round(11.5)等於多少? Math.Round(-11.5)等于多少?
2.7.接⼝是否可继承接⼝?抽象类是否可实现(implements)接⼝?抽象类是否可继承实现类(concrete class)?
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。