Tag: architecture
Questions Related to architecture
-
They should be used for data that changes rarely.
-
They can be accessed using ServletContext.getInitParameter()
-
They can be accessed using ServletContext.getParameter()
-
They should be used for data that is applicable to an entire web application.
-
getMethod()
-
getHeader()
-
getCookies()
-
getInputStream()
-
getServletInfo()
-
getInitParameters()
-
getServletConfig()
-
None
-
Stress Testing
-
Regression Testing
-
Integration Testing
-
None
-
singleton
-
Prototype
-
request
-
response
-
Application scope
-
Application Integration
-
Application Context
-
None
-
A pointcut
-
a join Point
-
an Aspect
-
None
-
Constructor Injection
-
Setter Injection
-
interface Injection
-
None
-
Programmatic transaction management.
-
Declarative transaction management.
-
Both 1 and 2
-
None of the above
-
Target
-
Deploy
-
Compile
-
copy