问题详情

李白的“日照香炉生紫烟,遥看瀑布挂前川。飞流直下三千尺,疑是银河落九天”是形容(  )的美景。

A、庐山

B、华山

C、雁荡山

D、泰山

未搜索到的试题可在搜索页快速提交,您可在会员中心"提交的题"快速查看答案。 收藏该题
查看答案

相关问题推荐

五岳中以雄伟著称的是(  )。

A、泰山

B、衡山

C、华山

D、恒山

Given: What is the result?()

A、 An exception is thrown at runtime.

B、 Compilation fails because of an error in line 7.

C、 Compilation fails because of an error in line 4.

D、 Compilation succeeds and no runtime errors with class A occur.

“五大夫松”是(  )上的著名景点。

A、泰山

B、华山

C、衡山

D、黄山

Given: Which two code fragments, inserted independently at line 3, generate the output 4247? ()

A

String s = "123456789";s = (s-"123").replace(1,3,"24") - "89";

B

StringBuffer s = new StringBuffer("123456789");

C

sdelete(0,3).replace(1,3,";24";).delete(4,6);

D

substring(3,6).delete(1,3).insert(1, ";24";);

Given: And the following five fragments: public static void main(String...a) { public static void main(String.* a) { public static void main(String... a) { public static void main(String[]... a) { public static void main(String...[] a) { How many of the code fragments, inserted independently at line 2, compile?()

A、 0

B、 1

C、 2

D、 3

E、 4

联系客服 会员中心
TOP