阿摩線上測驗 登入

試題詳解

試卷:無年度 - Java EE 6 Web Component Developer Certified Expert Exam:1z0-899(51-100)#84004 | 科目:OCE

試卷資訊

試卷名稱:無年度 - Java EE 6 Web Component Developer Certified Expert Exam:1z0-899(51-100)#84004

科目:OCE

79 A web application allows the HTML title banner to be set using a context initialization parameter called titlestr. Which two properly set the title in the scenario? (Choose two)
(A) <title> $ {titlestr} </title>
(B) <title> $ {initparam.titlestr}</title>
(C) <title> $ {param [0]. titlestr} </title>
(D) <title> $ {paramValues.titleStr} </title>
(E) <title> $ {initParam ['titleStr'] } </title> F. <title> $ {servletParams.titleStr} </title> G. <title> $ {request.get ("titleStr") } </title>
正確答案:登入後查看