JavaBean
Updated: 06/30/2019 by Computer Hope
Alternatively called a bean, a JavaBean is a reusable class in the Java programming language that often contains numerous objects. A JavaBean allows multiple objects to exist within one, called the bean, which makes it easier to share and reuse code.
Object-oriented programming, Programming language, Programming terms