Oracle
1Z0-899 · Question #160
1Z0-899 Question #160: Real Exam Question with Answer & Explanation
Sign in or unlock 1Z0-899 to reveal the answer and full explanation for question #160. The question stem and answer options stay visible for context.
Question
All of your JSPs need to have a link that permits users to email the web master. This web application is licensed to many small businesses, each of which have a different email address for the web master. You have decided to use a context parameter that you specify in the deployment descriptor, like this: 42. <context-param> 43. <param-name>webmasterEmail</param-name> 44. <param-value>[email protected]</param-value> 45. </context-param> Which JSP code snippet creates this email link?
Options
- A<a href=`mailto:${contextParam.webmaterEmail}'>contact us</a>
- B<a href=`mailto:${applicationScope.webmaterEmail}'>contact us</a>
- C<a href=`mailto:${contextInitParam.webmaterEmail}'>contact us</a>
- D<a href=`mailto:${initParam.webmaterEmail}'>contact us</a>
Unlock 1Z0-899 to see the answer
You've previewed enough free 1Z0-899 questions. Unlock 1Z0-899 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.