Tag: architecture

Questions Related to architecture

  1. They should be used for data that changes rarely.

  2. They can be accessed using ServletContext.getInitParameter()

  3. They can be accessed using ServletContext.getParameter()

  4. They should be used for data that is applicable to an entire web application.


Correct Option: C
  1. getMethod()

  2. getHeader()

  3. getCookies()

  4. getInputStream()


Correct Option: D
  1. Stress Testing

  2. Regression Testing

  3. Integration Testing

  4. None


Correct Option: C
  1. Constructor Injection

  2. Setter Injection

  3. interface Injection

  4. None


Correct Option: C
  1. Programmatic transaction management.

  2. Declarative transaction management.

  3. Both 1 and 2

  4. None of the above


Correct Option: C