Tag: web technology

Questions Related to web technology

DAO pattern can be implemented to perform all the CRUD operations

  1. True

  2. False


Correct Option: B
  1. Javax.servlet.Filter

  2. Javax.servlet.FilterChain

  3. Javax.servlet.FilterConfig

  4. None of the above


Correct Option: A

Front Controller design pattern is implemented through implementing which of the following interfaces?

  1. javax.servlet.ServletConfig

  2. javax.servlet.Servlet

  3. javax.servlet.ServletContext

  4. All of the above


Correct Option: B

Service Locator pattern can possibly cache the home interface of an EJB to enhance performance of an application.

  1. True

  2. False


Correct Option: B
  1. Business Delegate

  2. Session Façade

  3. Transfer Object

  4. None of the above


Correct Option: B