当前位置:SCWCD(310-083)题库

问题:

[单选]

You are building a dating service web site. Part of the form to submit a client’s profile is a groupIIof radio buttons for the person’s hobbies:
20.<input type=’radio’ name=’hobbyEnum’ value=’HIKING’>Hiking <br>
21.<input type=’radio’ name=’hobbyEnum’ value=’SKIING’>Skiing <br>
22.<input type=’radio’ name=’hobbyEnum’ value=’SCUBA’>SCUBA Diving
23.<!-- and more options -->
After the user submits this form, a confirmation screen is displayed with these hobbies listed. Assume thatan application-scoped variable, hobbies, holds a map between the Hobby enumerated type and the displayname.
Which EL code snippet will display Nth element of the user’s selected hobbies?()

A . ${hobbies[hobbyEnum[N]}
B . ${hobbies[paramValues.hobbyEnum[N]]}
C . ${hobbies[paramValues@’hobbyEnum’@N]}
D . ${hobbies.get(paramValues.hobbyEnum[N])}
E . ${hobbies[paramValues.hobbyEnum.get(N)]}

文学语言的法则主要是()。 形象性。 内指性。 陌生化。 音乐性。 本色化。 简述商业银行负债的来源渠道。 我国护照颁发给年满()周岁的公民。 14。 16。 18。 20。 沉郁顿挫 机载VOR接收机接收地面VOR信号,比较两种信号的() 相位。 幅度。 频率。

You are building a dating service web site. Part of the form to submit a client’s profile is a groupIIof radio buttons for the person’s hobbies:
20.<input type=’radio’ name=’hobbyEnum’ value=’HIKING’>Hiking <br>
21.<input type=’radio’ name=’hobbyEnum’ value=’SKIING’>Skiing <br>
22.<input type=’radio’ name=’hobbyEnum’ value=’SCUBA’>SCUBA Diving
23.<!-- and more options -->
After the user submits this form, a confirmation screen is displayed with these hobbies listed. Assume thatan application-scoped variable, hobbies, holds a map between the Hobby enumerated type and the displayname.
Which EL code snippet will display Nth element of the user’s selected hobbies?()

参考答案:

  参考解析

本题暂无解析

在线 客服