Hi ! Friends Welcome to Education Forums
|
JAVA Bean
|
|
11-29-2011, 01:58 AM
(This post was last modified: 11-29-2011 02:02 AM by kamal.)
|
|||
|
|||
|
JAVA BEANS
How to create a simple java bean..!?? I searched through google.. Somewhere I found solution but at the middle of the procedure there is a step create manifest file..!! What is manifest and how to create it?Can any one tell the me detailed explanation for this with an example?? |
|||
|
11-29-2011, 06:33 PM
|
|||
|
|||
|
What is a Java Bean ? :S
|
|||
|
12-01-2011, 01:05 AM
|
|||
|
|||
(11-29-2011 06:33 PM)Eminent Wrote: What is a Java Bean ? :S 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. |
|||
|
12-01-2011, 06:24 PM
|
|||
|
|||
|
Ok thanks :)
|
|||
|
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)

Home
Search
Member List
Help
Reference
Contact

