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() ...
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
The code block <%@ page isErrorPage="true" %> <% out.println(" "); PrintWriter pw = response.getWriter(); exception.printStackTrace(pw); out.println(" "); %> Helps in printing the ______________ of exception on JSP.
Skill/Topic: Programming ConstructsA) stacktrace
Which of the following statements is true regarding the access to the information provided by the ServletContext
Skill/Topic: Programming ConstructsA) Information such as the names of the parameters passed in by the client, the protocol (scheme) being used by the client, B) The names of the remote host that
All the ___________ data is kept at the application server ___________ data is kept at the web server
Skill/Topic: FundamentalsA) dynamic, static B) static, dynamic C) HTML, Servlet D) Servlet, HTML
The concept used by the stock trading websites where, data needs to change regularly on the clients application or browser , without intervention from client is called _________________
Skill/Topic: FundamentalsA) Server Side Push
Skill/Topic: FundamentalsA) TrueB) FalseExplanation: We can get data from the form object in jsp
Latest Answer : we can process the data using request.getparameter("param") ...
State true or false -- HttpSession.setMaxInactiveInterval() can manage the inactivity lease period on a per-session basis.
Skill/Topic: FundamentalsA) TrueB) FalseExplanation: Typically, a default inactivity lease period for all sessions is set within your JSP engine admin screen or associated properties file. However, if
State true or false :- There exists a direct API in JSP to verify that the browser accepted the cookie?
Skill/Topic: JSP ConnectionsA) TrueB) FalseExplanation: But the quick alternative would be, after sending the required data to the users browser, redirect the response to a different Servlet which would