Java Beans Question:
Download Questions PDF

What are Java Beans?

Java Beans Interview Question
Java Beans Interview Question

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.

Download Java Beans Interview Questions And Answers PDF

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?