Tag: web technology

Questions Related to web technology

  1. HttpSessionEvent

  2. ServletRequestEvent

  3. HttpSessionBindingEvent

  4. HttpSessionAttributeEvent

  5. ServletContextAttributeEvent


Correct Option: D
  1. req.getSession()

  2. req.getSession(true)

  3. req.getSession(false)

  4. req.createSession()

  5. req.createSession(true)

  6. req.createSession(false)


Correct Option: A,B
  1. Only jspInit() can be overridden

  2. Only jspDestroy() can be overridden

  3. Only _jspService() can be overridden()

  4. Both jspInit() and jspDestroy() can be overridden

  5. jspInit(), jspDestroy() and _jspService() can all be overridden


Correct Option: D
  1. force

  2. no force

  3. with read only

  4. with check option


Correct Option: B