Java Beans Question:

Is JavaBeans a complete component architecture?

Tweet Share WhatsApp

Answer:

JavaBeans is a complete component model. It supports the standard component architecture features of properties, events, methods, and persistence. In addition, JavaBeans provides support for introspection (to allow automatic analysis of a JavaBeanscomponent) and customization (to make it easy to configure a JavaBeans component).

Download Java Beans PDF Read All 57 Java Beans Questions
Previous QuestionNext Question
Why are component architectures useful?Why a component architecture for the Java platform?