> Yes. That's right. Only class names (aka bean names) should be
> capitalized.
Usually true. The exception is when the second letter of the
property is capitalized. Then the case of the first letter is left
as is. So the properties/methods map as follows:
xxX -> setXxX()
xXX -> setxXX()
XXX -> setXXX()
This allows you to use acronyms in your properties like "PIN"
without having to make it "pIN".
Devon
- Auto html edit box population with HTML:Text Albert Wong
- RE: Auto html edit box population with HTML:Text Jann VanOver
- devon . bowen

