Multiple choice technology web technology

what is the immediate source of data for JSP page?

  1. business MO

  2. UI MO

  3. DB

  4. none of the above

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

UI MO (UI Model Object) is the immediate data source for JSP pages, holding data ready for display. Business MO and DB are backend sources that require additional processing, while UI MO is the presentation layer's direct data interface.