JavaBean Definition
Definition
A JavaBean is a reusable, self-contained software component that can be used in a variety of languages that support the Java platform. JavaBeans provide a portable, lightweight way to develop applications and are often used in web development environments, especially when used in conjunction with JavaServer Pages (JSP), JavaServer Faces (JSF), and Enterprise JavaBeans (EJB).
More Word
Browse