Tag: technology

Questions Related to technology

  1. request.getCookies()

  2. request.getAttributes()

  3. request.getSession (). GetAttributes()

  4. request.getSession ().getCookies()


Correct Option: A
  1. The servlet's init method returns a non-zero status

  2. The servlet's init method throws a Servlet Exception

  3. The servlet's init method sets the Servlet Response's content type to null.

  4. The servlet's init method does NOT return within a time period defined by the servlet container


Correct Option: B,D
  1. a base-64 encoded user name and password

  2. a form that POSTs to the j_security_check URL

  3. an applet that requests the user name and password from the user

  4. a hidden field that supplies the login-constraint used by the application


Correct Option: B
  1. Alphanumeric

  2. Numeric

  3. Alphabetic

  4. all the above


Correct Option: D
  1. 1-6 and 7-72

  2. 8-11 and 12:72

  3. 1-15 and 16:80

  4. None of the above


Correct Option: B