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) setContentWriter() B) setWriter()C) setPrintType()D) setContentType()
Latest Answer : setContentType("text/Mime type") ...
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
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