Are beans
Hi folks,
Just a quick question. When a bean gets created by a JSP using the <jsp:useBean> tag, is this bean specific to the thread that created it? So if another visitor hit the page simultaneously, would another bean of the same class be created to service that thread?
TIA,
Raj.

