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
Tell me are there implementations for sorting and searching in the java libarary?
How do you reverse sort a list in java?
What are computer functions?
What is replacefirst in java?
When a lot of changes are required in data, which one should be a preference to be used? String or stringbuffer?
What is string args [] in java?
Is string passed by reference in java?
What is unicode with example?
What is thread count in java?
What does the append?
Distinguish between a predicate and a function?
What does singleton class mean?
What is collection class in java? List down its methods and interfaces.
What is the difference between synchronized and synchronized block?
Is java a prime method?