Skill/Topic: Programming ConstructsA) None of the above B) C)
Latest Answer : isErrorpage attribute ...
Skill/Topic: Programming ConstructsA) Script language declarations, scriplets and expressions. B) JSP standard actions. C) JSP standard directivesD) A portable tag extension mechanism.
Latest Answer : Script language declarations, scriplets and expressions. ...
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 : 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
Skill/Topic: Programming ConstructsA) TrueB) False
Latest Answer : The Bean class which we write has to extend Serializable Interface to make that bean Serialized. The bean itself won't become Serialized automatically.Raghu. ...
The response.sendRedirect("……..”); is the response implicit object to redirect the browser to the different resource
Skill/Topic: Programming ConstructsA) TrueB) False
Skill/Topic: Programming ConstructsA) TrueB) False
Latest Answer : TrueThe action element enables a JSP page author to generate HTML for downloading the Java Plug-in, if it is not installed, and executing an applet. Specifically the action generates the OBJECT element for Internet Explorer or the EMBED ...
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 ...