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
explain autoboxing in java?
How do you initialize an arraylist in java?
How many types of voids are there?
What is the Concept of Encapsulation in OOPS
What is purpose of keyword void?
How does hashset work in java?
What is super in java?
What is an i/o filter?
What is the length of a string?
what is server side caching?
Which one of the following suits the description of a string better: derived or primitive?
Why is flag used in java?
What is a function in programming?
What do you know about the garbage collector?
What are class members by default?