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
How big is a boolean?
Can a class have multiple superclasses?
How do you invoke a method?
What is the list interface?
In java, how many ways you can take input from the console?
How is java created?
What are different access specifiers in java? Explain
What is meant by collection in java?
What are basic data types?
What is the difference between JVM and JRE?
Can you give few examples of final classes defined in java api?
Why vector class is used?
What is a newline character in java?
What is the function of java?
What does @override mean?