Kizspy | Question: 11
(Choose 1 answer)
What is the purpose of request attributes in servlet collaboration?
A. To store data that can be shared across multiple servlets within the same request.
B. To store data that can be shared only within the same servlet.
C. To store data that can be shared across multiple servlets in the same session.
D. To store data that can be accessed by any servlet in the application.