Bean Tag
Reveal answer
Fill a bubble to check yourself
Bean Tag
<jsp:usebeanId/>
<jsp:useBean id/>
<jsp:use bean/>
<jsp:useBean name/>
The JSP useBean tag uses the syntax where 'id' is the required attribute that specifies the name of the bean. The tag name useBean is case-sensitive (not usebean), and it uses the 'id' attribute (not 'name'). This is the standard JSP specification syntax for instantiating JavaBeans in JSP pages.