Tag: web technology

Questions Related to web technology

  1. HttpSessionEvent

  2. ServletRequestEvent

  3. HttpSessionBindingEvent

  4. HttpSessionAttributeEvent

  5. ServletContextAttributeEvent


Correct Option: D

Given that req is an HTTPServletRequest object which of the following creates a session if one does not exist ? (Choose all that apply)

  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

which one is default one while creating a view...?

  1. force

  2. no force

  3. with read only

  4. with check option


Correct Option: B

Decks are constructed as a set of ______ .

  1. CARDS

  2. PAGES

  3. TABLES

  4. FORMS


Correct Option: A