what is java bean?where can we use it?

Answer Posted / suresh royal

--->Java bean is component s/w.
--->java beans are used to encapsulate the data.
--->usually bean is like as object.
--->We can use java bean as setters and getters methods.

Is This Answer Correct ?    12 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is main a function?

508


What is the difference between Grid and Gridbaglayout?

575


What is early binding and late binding in java?

589


Explain the scope of a variable.

624


List some important features of java 10 release?

507






Which class is the superclass for all the classes?

526


how come we know the object is no more used in the class?

5393


What is the difference between overriding & overloading?

557


What variables are stored in stack?

523


Explain why wait(), notify() and notifyall() methods are in object class rather than in the reading class?

555


which one is more efficient int x; 1. if(x==null) 2.if(null==x) state which one either 1 or 2?

9176


Can an object be null?

540


What is abstract class? Explain

589


What is * argv?

696


What are thread local variables?

542