0

web technology Online Quiz - 59

Description: web technology Online Quiz - 59
Number of Questions: 20
Created by:
Tags: web technology
Attempted 0/20 Correct 0 Score 0
  1. . Class Diagram in design model doesn't show real world objects; rather it shows software classes only

  2. Design Model illustrates the specifications for software classes and interfaces

  3. Setters and getters should not be included in the Design Model.

  4. . Programming Language native libraries are shown in the Design Model


Correct Option: D
  1. An open headed arrow pointing to the inheriting class

  2. A closed headed arrow pointing to the inheriting class

  3. A closed headed dashed arrow pointing to the parent class

  4. . A closed headed arrow pointing to the parent class


Correct Option: D
  1. StartUML

  2. Rational Rose

  3. Visual Architect

  4. Borland Together


Correct Option: C
  1. Se utilizan para crear valor en forma de salida para la gestión de producción

  2. Se utilizan para crear valor en forma de bienes y servicios

  3. Se utilizan para crear valor para la organización de TI para el Servicio de Apoyo

  4. Se utilizan para crear valor para la organización de TI para la prestación de servicios


Correct Option: B
  1. GenericServlet is for servlets that might not use HTTP, like for instance FTP service.

  2. As of only Http is implemented completely in GenericServlet.

  3. The GenericServlet has a service() method that gets called when a client request is made.

  4. GenericServlet is called by both incoming requests and the HTTP requests are given to the servlet as they are.


Correct Option: A,C,D
  1. Separation of dynamic and static content.

  2. Support for scripting and tags

  3. Reuse of components and tags.

  4. Web access layer for N-tier enterprise application architecture


Correct Option: A,B,C,D
  1. Objects with application scope are accessible from pages processing requests that are in the same application as they one in which they were created.

  2. All references to the object shall be released when the runtime environment reclaims the ServletContext.

  3. Objects with application scope can be defined (and reached) from pages that are not session-aware

  4. References to objects with application scope are stored in the application object associated with a page activation


Correct Option: A,B,C,D

The maximum age of the cookie in JSP can be set by

  1. cookie.setMaxAge(int seconds)

  2. cookie.setMaxAge(float seconds)

  3. cookie.setAgeMax (float seconds)

  4. cookie.setAgeMax (int seconds)


Correct Option: A
  1. _jspService()

  2. jspInit()

  3. jspDestroy()

  4. getParameter()


Correct Option: B,C
  1. HTTP Communication (Text-based and object-based) 

  2. Socket Communication 

  3. RMI Communication 

  4. None of these


Correct Option: A,B,C
  1. error-page

  2. exception-type

  3. location

  4. None of the above


Correct Option: A
- Hide questions