what is java bean?where can we use it?

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


Please Help Members By Posting Answers For Below Questions

os is developed in c no java is more secured then c na why dont the os developed is developed using java

3516


worst case complexities of Quick sort and Merge sort.

589


What are checked exceptions?

573


Can an integer be null java?

553


How to perform binary search in java?

566






What is the use of join method?

567


What is finally and finalize in java?

585


Is java a compiler?

563


Explain java code for recursive solution's base case?

564


What is package protected in java?

518


What is a map? What are the implementations of map?

550


What classes of exceptions may be caught by a catch clause in java programming?

696


What is an escape character in java?

525


What is appletviewer?

560


How is string immutable in java?

537