JavaBean

suggest change

Introduction

JavaBeans (TM) is a pattern for designing Java class APIs that allows instances (beans) to be used in various contexts and using various tools without explicitly writing Java code. The patterns consists of conventions for defining getters and setters for properties, for defining constructors, and for defining event listener APIs.

Syntax

Remarks

In order for a class to be a Java Bean must follow this standard - in summary:

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents