Tag: technology

Questions Related to technology

  1. tail -15 filename

  2. head -15 filename

  3. zcat -15 filename

  4. All of the above

  5. None of the above


Correct Option: A
  1. PUT

  2. HEAD

  3. DELETE

  4. None of the above are valid HTTP 1.1 methods

  5. All of the above are valid HTTP 1.1 methods


Correct Option: E
  1. HttpSession

  2. ServletRequest

  3. ServletResponse

  4. ServletContext

  5. ServletConfig

  6. SessionConfig


Correct Option: A,B,D
  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