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
Why inputstreamreader is used in java?
Is an object null?
How objects are stored in java?
Why destructor is not used in java?
What does split function do in java?
Why java is considered as platform independent?
What is the difference between preemptive scheduling and time slicing?
Difference between predicate, supplier and consumer ?
What is treeset in java collection?
worst case complexities of Quick sort and Merge sort.
What is the static keyword?
What is a parameter in simple terms?
Can you instantiate the math class?
What happens if a try-catch-finally statement does not have a catch clause to handle an exception that is thrown within the body of the try statement?
Can a final method be overloaded?