-
Fill with the appropriate set -- The browsers are only required to accept________ cookies per site, __________ total per user , and they can limit each cookie's size to __________.
Skill/Topic: JSP Life CycleA) 20, 300, 4096 bytes (4K)B) 300,20, 4096 bytes (4K)C) 30,200, 4096 bytes (4K)D) 200,39, 4096 bytes (4K)
-
The______________ listeners are notified when attributes are added to, removed from, or replaced in the Servlet context.
Skill/Topic: JSP Thread ModelA) Session AttributeB) Servlet context attributeC) Session ListenersD) Session context Listeners
-
What is the role played by JSP in the MVC architecture
Skill/Topic: JSP Thread ModelA) ModelB) ViewC) ControllerD) None of the above