Redian新闻
>
请问每年教授的funding什么时候出结果
avatar
请问每年教授的funding什么时候出结果# Engineering - 工程
r*l
1
1, 下面的code运行结果会怎么样? Assume you don't have java in handy to test
run it.
2, 如果面试被问到,怎么回答呢?
try {
char[] cs = {'a', 'b'};
String s = null;
s = s.copyValueOf(cs);
System.out.print(s);
} catch (NullPointerException e) {
System.exit(1);
} catch (Throwable e) {
System.exit(2);
}
Note: "copyValueOf" is a static method of String class.
1, prints out "ab"
2, exit with "1"
3, exit with "2"
avatar
g*o
2
请问每年教授的funding什么时候出结果?不分种类,请大家知道的话就说一说。
avatar
g*e
3
难道不是应该输出"ab"?
eclipse会报warning

【在 r*****l 的大作中提到】
: 1, 下面的code运行结果会怎么样? Assume you don't have java in handy to test
: run it.
: 2, 如果面试被问到,怎么回答呢?
: try {
: char[] cs = {'a', 'b'};
: String s = null;
: s = s.copyValueOf(cs);
: System.out.print(s);
: } catch (NullPointerException e) {
: System.exit(1);

avatar
d*a
4
proposal交上以后
两个多月吧
avatar
l*s
5
nullexception 1?
相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。