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
What is a Null object?
How do you sort in java?
Explain the importance of import keyword in java?
What is anti pattern in programming?
When throw keyword is used?
What is comparator in java?
What class allows you to read objects directly from a stream in java programming?
What is final keyword in java?
What happens if main method is not static?
What are 3 boolean operators?
Difference between object instantiation and construction ?
What is the difference between static binding and dynamic binding?
How do you remove an element from an arraylist in java?
What is method reference in java?
What is thread pool in java with example?