A web application allows the HTML title banner to be set using a servlet context initialization parametercalled titleStr. Which two properly set the title in this scenario?()
A. ${titleStr}
B. ${initParam.titleStr}
C. ${params[0].titleStr}
D. ${paramValues.titleStr}
E. ${initParam[’titleStr’]}