DevX Home    Today's Headlines   Articles Archive   Tip Bank   Forums   

+ Reply to Thread
Results 1 to 6 of 6

Thread: Java Bean ?

  1. #1
    Join Date
    Jun 2005
    Location
    Chennai
    Posts
    10

    Java Bean ?

    When can we call a class as JavaBean .?

  2. #2
    Join Date
    Dec 2003
    Location
    tx/us
    Posts
    131
    The minimum requirement is an empty constructor and public get*/set* access to its otherwise private variables.

  3. #3
    Join Date
    Jun 2005
    Location
    Chennai
    Posts
    10
    I think it is necessary to implement java.io.Serializable or Externalizable

  4. #4
    Join Date
    Jun 2005
    Posts
    15

    Thumbs up Java Bean

    I think when a class has some getter or setter methods and that class is serializable is said to be java bean

  5. #5
    Join Date
    Jun 2005
    Posts
    10

    Arrow we call javabean

    Javabean components are known as beans.These components are in
    javaAPI. Using API we write all reusable methods, such as set and get
    methods in that class. such java class is called as javaBean

  6. #6
    Join Date
    Aug 2004
    Location
    Philippines
    Posts
    17
    javabean is use in set and get so that the reusable method of class is their and it is called a JavaBean.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
HTML5 Development Center
 
 
FAQ
Latest Articles
Java
.NET
XML
Database
Enterprise
Questions? Contact us.
C++
Web Development
Wireless
Latest Tips
Open Source


Top DevX Stories

Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL


Sponsored Links