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

What about interrupt() method of thread class ?

590


What is strings in java?

591


What are different access specifiers in java?

570


What does regex mean?

571


Can singleton class be inherited in java?

518






What is the difference between a constructor and a method?

572


Is the milky way in a void?

542


what is difference between equals and ==?

592


What are the two environment variables that must be set in order to run any java programs?

533


Explain jdk, jre and jvm?

571


Java.util.regex consists of which classes?

550


How do you compare two strings lexicographically?

544


What will happen to the exception object after exception handling?

581


Name some classes present in java.util.regex package.

610


'A class is a template for an object' explain this statement.

548