Close
jGuru Forums
Posted By: Teena_Pathak Posted On: Wednesday, September 19, 2007 02:44 AM
A JavaBeans tool such as a Bean GUI editor can recognize JavaBeans properties by introspection of the JavaBean's methods. Referring to the text above, how does the developer of a JavaBean tell this tool about JavaBean properties if the JavaBean's property methods are NOT named using the standard "get" and "set" prefixes? Choice 1 By writing a properties file Choice 2 By writing a XML file Choice 3 By writing a class that extends java.beans.Beans Choice 4 By writing a class that implements java.beans.BeanInfo Choice 5 By adding JavaBean tags to the Java Docs
Re: Hello
Posted By: Robert_Lybarger Posted On: Wednesday, September 19, 2007 09:37 AM
Posted By: WarnerJan_Veldhuis Posted On: Wednesday, September 19, 2007 03:31 AM