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
Is it possible to cast an int value into a byte variable? What would happen if the value of int is larger than byte?
What mechanism does java use for memory management?
What is native code?
How can we create an immutable class in java?
What is numeric data type?
Where are local variables stored?
Is set sorted in java?
Can java program run without jre?
What is yield () in java?
Which is better arraylist or vector?
Explain the difference between jdk, jre, and jvm?
What are methods and how are they defined?
What about main() method in java ?
please send me hr interview questions in it industry
How does indexof work?