皮皮学,免费搜题
登录
logo - 刷刷题
搜题
【单选题】
下面代码执行后,哪个说法是正确的的() ArrayList list = new ArrayList(); list.add(1); list.add(2); list.add(3); list.add(2);
A.
list.indexOf(2)的返回值是1
B.
list.indexOf(2)的返回值是2
C.
list.indexOf(2)的返回值是3
D.
list.indexOf(2)的返回值是4
手机使用
分享
复制链接
新浪微博
分享QQ
微信扫一扫
微信内点击右上角“…”即可分享
反馈
参考答案:
举一反三
【多选题】【例题·多选题】下列账款中属于未达账项的有( )。
A.
企业已开出,但银行尚未兑付的支票
B.
企业已收款入账,但银行尚未收款入账
C.
银行收到委托款项,但尚未通知企业
D.
银行划付电话费,但未将其通知单送达企业
【单选题】Though the teacher had explained it three times, many students still felt ____. It was so difficult a physics problem. [      ]
A.
amused
B.
excited
C.
frightened
D.
confused
【简答题】改错: package p3; /** * 表达式类型自动提升 */ public class Example03 { public static void main(String[] args) { byte b1 = 3; // 定义一个byte类型的变量 byte b2 = 4; byte b3 = (b1 + b2); // 两个byte类型变量相加,赋值给一个byte类型变量 Syste...
【简答题】找出下列程序出错的地方(写出第几行有错,应改为) 1、public class TypeConvert { 2、 public static void main(String[] args) { 3、 byte b1 = 3; 4、 byte b2 = 4; 5、 byte b3=b1+b2; 6、 }
【单选题】public static void main (String[] args) { byte b1 = 1 , b2 = 2 , b3, b6, b8; final byte b4 = 4 , b5 = 6 , b7; b3 = b1 + b2; // 语句1 b6 = b4 + b5; // 语句2 b8 = b1 + b4; // 语句3 b7 = b2 + b5; // 语句4 System...
A.
语句 1
B.
语句 2
C.
语句 3
D.
语句 4
【简答题】I felt in Japan it was more teacher-fronted style of teaching so students taking notes and perhaps not participating so much.
【简答题】请回答以下语句是否能正常执行,并说明原因。 public static void main(String[] args){ byte b1=3; byte b2=4; byte b3=b1+b2; System.out.println("b3="+b3); }
【简答题】byte b1=3;byte b3=4;那么b1+b2计算结果是____ 类型。
【简答题】描述统计工具分析结果中有哪几个主要统计指标?
【简答题】The teacher assigned us so much homework that almost every one of us felt . (discourage).
相关题目:
参考解析:
知识点:
题目纠错 0
发布
创建自己的小题库 - 刷刷题