The J2EE web container’s responsibility is to _______.

A.
instantiate the servlet and provide communication between the webserver and the servlet
B.
provide sockets level access to your application
C.
perform house-keeping and garbage collection functions for servlets
D.
declare memory location of data variables
Explanation: