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
Which of the following tools can be used to stress test the Servlet 1. JMeter from Apache 2. Mercury LoadRunner
Skill/Topic: FundamentalsA) 1 only B) 2 only C) 1,2 both D) Neither 1 nor 2.
Under JSP 1.0 , the implicit object which can be used for reference is “this”. It is used to refer to the ______________
Skill/Topic: FundamentalsA) Servlet generated by the JSP page B) Servlet called by the jsp page C) Calling the previous JSP page D) None of the above
In the properties files _________ defines global Servlet settings and list of servlets in the system.
Skill/Topic: FundamentalsA) Servlet.properties B) Page.properties C) Session.properties D) None of the above
Skill/Topic: FundamentalsA) out class refers to the output stream for the http page B) page class refers to the page Servlet interface C) pageContext refers to the pages Servlet interface D)
Latest Answer : CHOICE Dconfig interface refers to the servlets configuration. ...
State true or false -- It is possible to call an external application like MSWord by the click on the JSP page or Servlet?
Skill/Topic: FundamentalsA) TrueB) False
Skill/Topic: FundamentalsA) xalan-J B) Saxon C) Jdk1.5 D) None of the above
Latest Answer : saxon ...
Skill/Topic: FundamentalsA) HTTP Communication (Text-based and object-based) B) Socket Communication C) RMI Communication D) None of these
Latest Answer : There are three ways to communicate between applet and servlets. These are 1) Http Communication2)Socket Communication3)RMi Communication ...
Skill/Topic: FundamentalsA) JSP page can include the contents of other HTML pages or other JSP files. B) When the JSP engine is presented with such a JSP page it is converted to one Servlet class and this
Latest Answer : B ...
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