Multiple choice technology web technology

Page Handlers for the page are defined in your

  1. map.xml

  2. web.xml

  3. ps.xml

  4. tag libraries

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

In PS (PeopleSoft) applications, page handlers are defined in the ps.xml configuration file, which is specific to the PS framework. web.xml is for general servlet configuration, map.xml is for field mappings, and tag libraries are for UI components - none of these define page handlers. The correct answer is C (ps.xml).