Java Beans Question:

What are Java Beans?

Tweet Share WhatsApp

Answer:

Java Beans are usual Java classes which adhere to certain coding conventions:
► Implements java.io.Serializable interface
► Provides no argument constructor
► Provides getter and setter methods for accessing it's properties.

Read All 57 Java Beans Questions
Previous QuestionNext Question
What is the relationship between Enterprise JavaBeans and JavaBeans?Why do I get a NullPointerException when loading a JAR file into the BeanBox?