• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Is 'add' a javaBean standard prefix?

 
Ranch Hand
Posts: 112
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I came across one question about javaBean standard prefixes and I found that they have said 'add' is not a javaBean standard prefix for method name and 'get' , 'set' & 'is' are the only valid ones. But I have read that add, remove are also come under standard one b'coz they are used for declaring listener method in javabeans.

Can someone clarify my doubt?
 
Vivian Josh
Ranch Hand
Posts: 112
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

I found answer on following link :

http://www.javaranch.com

Thanks to all those who raised this question and answered it



(edited: attempt to fix link)
[ February 06, 2007: Message edited by: Barry Gaunt ]
 
Ranch Hand
Posts: 893
Tomcat Server Java Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The added link is not working. (FIXED) It's generating a 404 not found error

Could you check this link.
[ February 06, 2007: Message edited by: Barry Gaunt ]
 
Ranch Hand
Posts: 81
 
reply
    Bookmark Topic Watch Topic
  • New Topic