What are Java Beans?
Submitted by: AdministratorJava 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.
Submitted by: Administrator
► Implements java.io.Serializable interface
► Provides no argument constructor
► Provides getter and setter methods for accessing it's properties.
Submitted by: Administrator
Read Online Java Beans Job Interview Questions And Answers
Top Java Beans Questions
☺ | What are Java Beans? |
☺ | What is the relationship between Enterprise JavaBeans and JavaBeans? |
☺ | What are introspection API in java beans? |
☺ | Why do I get a NullPointerException when loading a JAR file into the BeanBox? |
☺ | What are the purpose of introspection? |
Top Java Programming Language Categories
☺ | Core Java Interview Questions. |
☺ | Hibernate Interview Questions. |
☺ | Advanced Java Interview Questions. |
☺ | IBM WebSphere Interview Questions. |
☺ | Spring Framework Interview Questions. |