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) 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 ...
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 ...
Skill/Topic: Programming ConstructsA) It offers option of sharing local variables and better run time efficiencyB) Can be used to incorporate contents from static documents C) Provides benefit of
Latest Answer : D. Can provide dynamically generated output,B. ...
Adding a meta, usage like tag to the jsp prevents it from being indexed by the search engines like Yahoo and Google
Skill/Topic: Programming ConstructsA) TrueB) False
State true or false -- Without using frames we can have a vertical scrollbar with a jsp which in turn is part of other jsp. ?
Skill/Topic: Programming ConstructsA) TrueB) FalseExplanation: use the div tag.