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

Is it possible to cast an int value into a byte variable? What would happen if the value of int is larger than byte?

706


What mechanism does java use for memory management?

682


What is native code?

710


How can we create an immutable class in java?

773


What is numeric data type?

719






Where are local variables stored?

698


Is set sorted in java?

682


Can java program run without jre?

742


What is yield () in java?

646


Which is better arraylist or vector?

758


Explain the difference between jdk, jre, and jvm?

781


What are methods and how are they defined?

826


What about main() method in java ?

742


please send me hr interview questions in it industry

1870


How does indexof work?

710