Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

what is java bean?where can we use it?

Answer Posted / ravi kumar gupta

JavaBeans are reusable software components for Java.
Practically, they are classes written in the Java
programming language conforming to a particular convention.
They are used to encapsulate many objects into a single
object (the bean), so that they can be passed around as a
single bean object instead of as multiple individual
objects. A JavaBean is a Java Object that is serializable,
has a nullary constructor, and allows access to properties
using getter and setter methods.

Is This Answer Correct ?    4 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is ternary operator in java?

1115


What is proper subset?

1018


How will you initialize an Applet?

1197


How does the garbage collector works in java?

1142


What is the largest data type in java?

1016


What is the difference between a constructor and a method?

1327


How we can run a jar file through command prompt in java?

1013


What do you mean by data type?

1062


Why is string builder not thread safe?

1117


What is the difference amongst jvm spec, jvm implementation, jvm runtime ?

1013


Why null value is used in string?

1092


What is the difference between length and length() method in java?

1168


What is the difference between JDK and JVM?

1337


Why java is call by value?

1079


How do you use equal in java?

1159