JavaBeans

From NovaOrdis Knowledge Base
Revision as of 19:18, 21 November 2018 by Ovidiu (talk | contribs) (→‎Overview)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Internal

Overview

JavaBeans are classes that encapsulate many objects into a single object - the bean. JavaBeans instances are serializable, have a zero-argument constructor, and allow access to properties using getter and setter methods.

Subjects