Hi ! Friends Welcome to Education Forums

Please Get Registered in these Forums and Get Complete Information regarding your Interests ,If You Wanna Ask Any Questions or Doubts On Any Topic.
Then Please Post Your Questions In Correct Section For Getting Perfect Solutions From Our Registered User's .
Thanks For Viewing Our Forums.
(This Notification wil Remove After Login Or Registration !!)


 
Thread Rating:
  • 1 Votes - 1 Average
  • 1
  • 2
  • 3
  • 4
  • 5
JAVA Bean
11-29-2011, 01:58 AM (This post was last modified: 11-29-2011 02:02 AM by kamal.)
Post: #1
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??
Reply
11-29-2011, 06:33 PM
Post: #2
What is a Java Bean ? :S
Reply
12-01-2011, 01:05 AM
Post: #3
(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.
Reply
12-01-2011, 06:24 PM
Post: #4
Ok thanks :)
Reply


Forum Jump:


User(s) browsing this thread: 1 Guest(s)