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. ...
The ________________________ when added to the user session tells us that the session timed out.
Skill/Topic: Programming ConstructsA) SessionTotalTimeOutIndicator B) SessionTotalTimedoutIndicator C) SessionTimeoutIndicator D) SessionTimedoutIndicator
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 : jspDestroy() and jspInit() methods are overridden. ...
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 ...