(Choose 1 answer)
You want to use a bean that is stored in com/enthu/GUI.ser file. Which of following statements correctly defines the tag that accesses the bean?
A. <jsp:useBean id="pref" beanName="com.enthu.GUI" type="com.enthu.GUI"/>
B. <jsp:useBean id="pref" name="com/enthu/GUI.ser" />
C. <jsp:useBean id="pref" name="com.enthu.GUI"/>
D. <jsp:useBean id="pref" type="com/enthu/GUI.ser" />
E. <jsp:useBean id="pref" class="com.enthu.GUI.ser" />
Finish
Exit 38