Skill/Topic: Programming ConstructsA) None of the above B) C)
Latest Answer : isErrorpage attribute ...
Skill/Topic: Programming ConstructsA) B) C) D)
Latest Answer : 1 2 ...
Skill/Topic: Programming ConstructsA) B) C) D)
Latest Answer : code fragment valid tags is scriptlet tag that is because code is directley placed in the _ jsp service() ...
Skill/Topic: Programming ConstructsA) None of the above B) content safeC) synchornisedD) thread safe
Latest Answer : Thread Safe,so that no other request can interrupt. ...
Skill/Topic: Programming ConstructsA) jspDestroy()B) jspInit()C) _jspService()D) getParameter()
Latest Answer : _jspService() ...
Skill/Topic: Programming ConstructsA) jspDestroy()B) jspInit()C) _jspService()D) getParameter()
Latest Answer : jspInit(), jspDestroy(), getParameter() ...
The tag %@include file=”.........” % > helps in including the ______ file in the JSP page (Multiple choice)
Skill/Topic: Programming ConstructsA) readOnlyB) dynamicC) staticD) None of the above
We can restrict the calling of the errorPage in the JSP by setting the value true for the ______ param in the ErrorPage attribute of the Page Directory
Skill/Topic: Programming ConstructsA) isErrorpage
Skill/Topic: Programming ConstructsA) TrueB) FalseExplanation: use the JSPWriter object
Latest Answer : true ...
Skill/Topic: Programming ConstructsA) Can be used to incorporate contents from static documents B) It offers option of sharing local variables and better run time efficiencyC) Provides benefit of
Latest Answer : A, B and D are seems to be correct.Because A) the include directive allows you to bring in code from another file without re-writing the code.B) As this inclusion of file is done during compilation time, there is no overhead during runtime and hence run ...