-
State true or false -- The < % return; % > simply aborts the processing of JSP
Skill/Topic: JSP Life CycleA) TrueB) FalseExplanation: Because your JSP is just a servlet method
-
What is the role played by JSP in the MVC architecture
Skill/Topic: JSP Thread ModelA) ModelB) ViewC) ControllerD) None of the above