+1 vote
in JAVA by
What is the purpose of using the Java bean?

1 Answer

0 votes
by

According to Java white paper, it is a reusable software component. A bean encapsulates many objects into one object so that we can access this object from multiple places. Moreover, it provides the easy maintenance.

Related questions

0 votes
asked May 13, 2021 in JAVA by rajeshsharma
+3 votes
asked May 13, 2021 in JAVA by rajeshsharma
...