(Choose 1 answer)
Which statements are BEST describe scope attribute of <jsp:useBean scope=.... /> Action?
A. The name used to manipulate the Java object with actions <jsp:setProperty> and <jsp:gevariable of this name is also declared for use in JSP scripting elements. The name specified sensitive.
B. The scope in which the Java object is accessible-page, request, session or application.is page.
C. The fully qualified class name of the Java object.
D. The name of a bean that can be used with method instantiate of class java.beans.Beans JavaBean into memory.
E. The type of the JavaBean. This can be the same type as the class attribute, a superclass interface implemented by that type. The default value is the same as for attribute class. A Cla occurs if the Java object is not of the type specified with attribute type.
Exit 13