answersLogoWhite

0

java beans provide business logic methods by which we manually call methods such as setter methods and getter methods in a encapsulated way of object oriented programming. Or even we can say these are model components in MVC architecture.

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

What is a java sack?

A Coffee Bean Sack


What is the difference between Java bean and bean?

JAVA beans and coffee beans are two very different things . JAVA beans are used to generate getters and setters. while coffee beans are use to make coffee.


What are Java beans?

In eclipse you can create java bean by generating getters and setters. Getters and setters are generated as ' alt + shift + s + r'.


What is the difference between Java and Java bean?

AnswerMostly the java class and the Bean class are similar one.In Bean class we have getter and setter methods.Its just a naming convention.RegardsSanthosh raoInhttp://forums.sun.com/thread.jspa?threadID=526214Java Beans follow the Bean conventions:(1) Default, no-arg ctor,(2) Serializable,(3) getX()/setX() or isX()/setX() naming convention for read/write access to private data member X,(4) Can use java.bean.PropertyChangeEvent to notify interested parties when values change.(5) Can use java.bean.PropertyChangeListener to register for notification when a particular property changes."Normal" Java classes aren't required to follow any of these conventions.There's a great [url=http://java.sun.com/docs/books/tutorial/javabeans/]tutorial[/url] on Java Beans from Sun.


When creating a Bean how do you make its properties available to all possible users?

Declare the Bean's fields "public."Java 2, Question 10 of 40


Differences between Java Applet and Java Beans?

Java applet is a program used to run java applications while beans is a compiler used to design java programs (IDE, GUI) :-) GilbertC


What is subroutine in java?

Subroutine mean what (in java)?


What does Systemout mean in java?

System.out refers to the Java console.


What does bean head mean?

They head look like a bean


Which island is also the name of a popular programming language?

Java (an Indonesian island). However, the Java programming language was named after the Indonesian coffee bean (a favourite of one of its developers) rather than the island itself.


What is the scientific name or taxonomic classification of the poisonous plant Java Bean?

The scientific or taxonomic name would be Phaseolus lunatus.


Which one of the following objects is passed to a java bean when one of its properties is set via a jsp action?

The following is the answer.