Where we need to store the data to get across the application?
Request
Cookie
Application context
Global Session
How many ps.xml’s can be defined for one application?
>1
1
0
None of the above
Which security level needs to be implemented for both session login and pin login?
2
3
Which component validates user input?
Action Controller
Action Servlet
JSP
PageHandler
In which component business services are invoked?
PS.xml
Where we provide entries for external/supported jars for an application?
Web.xml
AC.xml
Manifest
How many pages can be defined under each task in PS.xml?
Only one
More than one
Zero
How many action controllers can be associated to each task in ps.xml?
Where we provide entries for ps.xml, so that an action servlet can pick up?
Metadata.xml
InitializationWebapp.properties
Config.xml
What are the minimum methods need to be overridden by ActionServlet?
getApplicationID()
getSecurityLevel()
getSessionBehaviour()