皮皮学,免费搜题
登录
logo - 刷刷题
搜题
【多选题】
甲公司在资产负债表日至财务会计报告批准报出日之间发生的下列事项中,属于资产负债表日后非调整事项的有( )。
A.
盈余公积转增资本
B.
发生销售折让
C.
外汇汇率发生较大变动
D.
资产负债表日存在的某项现实义务予以确认
手机使用
分享
复制链接
新浪微博
分享QQ
微信扫一扫
微信内点击右上角“…”即可分享
反馈
参考答案:
举一反三
【简答题】听对话,根据对话内容问题选择正确答案。 (     )1. A. In the country. (     )2. A. It began at 8:15. (     )3. A. Sam. (     )4. A. Not so good. (     )5. A. The Main Post Office. (     )6. A. He wants to find a new job. ...
【简答题】有“_____”、“美食天堂”、“万国市”、“购物天堂”等誉。
【单选题】已知 String s1="hello world"; String s2=new String("hello ")+new String("world"); 则表达式s1.compareTo(s2)的结果是?
A.
0
B.
true
C.
false
D.
1
【简答题】文章一开头就问“天堂在哪里?”那么读完文章后,你知道天堂在哪里了吗?你的天堂是什么? 你打算怎样去获得它?(6分) 查看材料
【单选题】已知String str=new String ('Luck');,则下列关于str的操作中不合法的是( )。
A.
String s=str. toUpperCase()
B.
int i=Str. length;
C.
char s=str. charAt(2);
D.
String s='Good' +str;
【单选题】已知 String s1="hello world"; String s2=new String("hello ")+new String("world"); 则表达式s1.equals(s2)的结果是?
A.
true
B.
false
【单选题】已知 String s1=new String(“hello”) ; String s2=new String(“hello”) ;则 System.out.println(s1==s2) 和 System.out.println(s1.equals(s2)) 的输出结果分别是
A.
true  true
B.
true  false
C.
false   true
D.
false false
【单选题】已知 String s = new String("Goesling"); int f = 1; char t = 3; System.out.println(s.substring(f, t)); 则输出的结果是:
A.
Go
B.
oe
C.
es
D.
错误 : 没有和 substring(int,char) 匹配的方法
【简答题】Sam: _______ you have a hotel reservation?Ana: No, I need a reservation for the nights of June 9th and 10th.2. Sam: How about the Clayton Hotel? _______ convenient and it's not expensive.Ana: Sounds g...
【判断题】香港有“东方之珠”、“美食天堂”、“万国市”、“购物天堂”等誉。( )
A.
正确
B.
错误
相关题目:
参考解析:
知识点:
题目纠错 0
发布
创建自己的小题库 - 刷刷题