what is java bean?where can we use it?

Answer Posted / nisid ranjan jena

Java Bean is simply a java class which has some setter
methods and getter methods to represent data.It is basically
used to encapsulate many objects into a single object so
that can be distributed in network.Java beans are reusable
components.

Is This Answer Correct ?    3 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is continuity of a function?

520


How would overload a function based on return type?

546


What is the public method modifier?

543


What is a class instance variable?

616


What is a parameter in matrices?

541






What is a local class in java?

585


What is the range of a character variable?

543


What is the difference between static (class) method and instance method?

571


How to handle a web browser resize operation?

543


What is parsing a sentence?

547


Which method returns the length of a string?

565


What is immutability in java?

605


Can we write any code after throw statement?

607


What does it mean that a method or field is “static”?

548


What is the purpose of checked and unchecked exceptions in JAVA?

566