欢迎来到PP题库网 PP题库官网
logo
全部科目 > Java认证考试 > SCWCD(310-083)

单项选择题

You have created a web application that you license to real estate brokers. The webapp is highly customizable including the email address of the broker, which is placed on the footer of each page. This isconfigured as a context parameter in the deployment descriptor:
10.<context-param>
11.<param-name>footerEmail</param-name>
12.<param-value>joe@estates-r-us.biz</param-value>
13.</context-param>
Which EL code snippet will insert this context parameter into the footer?()

    A.<a href=’mailto:${footerEmail}’>Contact me</a>
    B.<a href=’mailto:${initParam@footerEmail}’>Contact me</a>
    C.<a href=’mailto:${initParam.footerEmail}’>Contact me</a>
    D.<a href=’mailto:${contextParam@footerEmail}’>Contact me</a>
    E.<a href=’mailto:${contextParam.footerEmail}’>Contact me</a>

点击查看答案

相关考题

微信小程序免费搜题
微信扫一扫,加关注免费搜题

微信扫一扫,加关注免费搜题