what is java bean?where can we use it?

Answer Posted / c.rama kantha rao

A specification developed by Sun Microsystems that defines
how Java objects interact. An object that conforms to this
specification is called a JavaBean, and is similar to an
ActiveX control. It can be used by any application that
understands the JavaBeans format.

Note:
The principal difference between ActiveX controls and
JavaBeans are that ActiveX controls can be developed in any
programming language but executed only on a Windows
platform, whereas JavaBeans can be developed only in Java,
but can run on any platform.

Is This Answer Correct ?    16 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Realized?

1662


List implementations of list interface?

563


How do you sort arraylist in descending order?

575


What is the difference between preparedstatement and statement in java?

551


What is the maximum size of a string in java?

551






What is the difference between a static and a non-static inner class in java programming?

531


What does three dots mean in java?

647


why are wait(), notify() and notifyall() methods defined in the object class? : Java thread

549


How to make a write-only class in java?

576


os is developed in c no java is more secured then c na why dont the os developed is developed using java

3521


What is instance example?

521


What are the three parts of a lambda expression?

534


What is a boolean output?

519


What is object english?

584


what is static import in java? Explain

553