Q. Which of the following is not true for <jsp:useBean> tag in JSP page? (Solved)
1. Locates a bean instance
2. Stores object reference of the bean in a variable
3. Creates an instance if fails to locate the bean instance
4. All the above.
- d. All the above.