Java Beans Question:
Download Questions PDF

Is JavaBeans a complete component architecture?

Java Beans Interview Question
Java Beans Interview Question

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 Interview Questions And Answers PDF

Previous QuestionNext Question
Why are component architectures useful?Why a component architecture for the Java platform?