what is the immediate source of data for JSP page?
-
business MO
-
UI MO
-
DB
-
none of the above
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.