Anyone know Java? I need some help. In particular, with beans. I've got the following line of code and I need to know what it means:
Bean bean = (Bean)getServletContext().getAttribute(s);
Bean is a bean, obviously, a .class reffered to in this package. Any help would be awesome.