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
Java Server Pages technology commonly called JSP technology offers the following advantages(Multiple choice) :-
Skill/Topic: FundamentalsA) Separation of dynamic and static content. B) Support for scripting and tags C) Reuse of components and tags. D) Web access layer for N-tier enterprise application architecture
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
Which of the following are the implicit objects in JSP 1. Application, out 2. config, exception 3. page, pageContext 4. request, response, session
Skill/Topic: FundamentalsA) 1, 2 B) 2, 3 C) 2, 3, 4 D) 1, 2, 3, 4
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) application interface refers to the webapplication environment B) session interface refers to the user session C) request interface refers to the request page D)
These ____________ listeners are notified when the Servlet context (i.e., the Web application) is initialized and destroyed/
Skill/Topic: JSP Thread ModelA) Session AttributeB) Servlet context attributeC) Session ListenersD) Servlet context listeners
Which of the following statements is true about the scope of ‘application’ in JSP ? (Multiple choice)
Skill/Topic: JSP Life CycleA) Objects with application scope are accessible from pages processing requests that are in the same application as they one in which they were created. B) All references to
Which of the following statements is true for reducing the number of writes to the client from the Servlet?
Skill/Topic: ServletsA) Use StringBuffer instead of String even for concatenating a group of Strings.B) Avoid writing every small string to clientC) Instead store all the strings into a StringBuffer and