Given the following use of the useBean action tag:
<jsp:useBean id=”car” class=”com.myauto.Car” />
With which scope shall this bean be associated?
A.
page
B.
request
C.
session
D.
application
Given the following use of the useBean action tag:
<jsp:useBean id=”car” class=”com.myauto.Car” />
With which scope shall this bean be associated?
Given the following use of the useBean action tag:
<jsp:useBean id=”car” class=”com.myauto.Car” />
With which scope shall this bean be associated?
A.
page
B.
request
C.
session
D.
application