多做题,通过考试没问题!

Java认证考试

睦霖题库>其他计算机考试>Java认证考试

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. 11.footerEmail 12.joe@estates-r-us.biz 13. 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>
正确答案:C
答案解析:
进入题库查看解析

微信扫一扫手机做题