AllofyourJSPsneedtohavealinkthatpermitsuserstoemailthewebmaster.Thiswebapplicationislicensedtomanysmallbusinesses,eachofwhichhaveadifferentemailaddressforthewebmaster.Youhavedecidedtouseacontextparameterthatyouspecifyinthedeploymentdescriptor,likethis:42.context-param43.param-namewebmasterEmail/param-name44.param-valuemaster@example.com/param-value45./context-paramWhichJSPcodesnippetcreatesthisemaillink?()A.ahref=’mailto:${contextParam.webmasterEmail}’contactus/aB.ahref=’mailto:${applicationScope.webmasterEmail}’contactus/aC.ahref=’mailto:${contextInitParam.webmasterEmail}’contactus/aD.ahref=’mailto:${initParam.webmasterEmail}’contactus/a
AllofyourJSPsneedtohavealinkthatpermitsuserstoemailthewebmaster.Thiswebapplicationislicensedtomanysmallbusinesses,eachofwhichhaveadifferentemailaddressforthewebmaster.Youhavedecidedtouseacontextparameterthatyouspecifyinthedeploymentdescriptor,likethis:42.<context-param>43.<param-name>webmasterEmail</param-name>44.<param-value>master@example.com</param-value>45.</context-param>WhichJSPcodesnippetcreatesthisemaillink?()
A.<ahref=’mailto:${contextParam.webmasterEmail}’>contactus</a>
B.<ahref=’mailto:${applicationScope.webmasterEmail}’>contactus</a>
C.<ahref=’mailto:${contextInitParam.webmasterEmail}’>contactus</a>
D.<ahref=’mailto:${initParam.webmasterEmail}’>contactus</a>
相关考题:
Which CLI command is used to examine whether an L2TP tunnel can be established for domain isp1.com?() A.l2tp tunnel test anyone@isp1.comB.test l2tp session anyone@isp1.comC.test l2tp tunnel anyone@isp1.comD.tunnel l2tp test anyone@isp1.com