AwebapplicationallowstheHTMLtitlebannertobesetusingaservletcontextinitializationparametercalledtitleStr.Whichtwoproperlysetthetitleinthisscenario?()
A. <title>${titleStr}</title>
B. <title>${initParam.titleStr}</title>
C. <title>${params[0].titleStr}</title>
D. <title>${paramValues.titleStr}</title>
E. <title>${initParam[’titleStr’]}</title>