In Self
Test of Chapter 1 in Sierra's book there is a question:
Which method names follow the JavaBeans standard?
A. addSize
B. getCust
C. deleteRep
D. isColorado
E. putDimensions
In Self Test Answers there is an info that B and D are correct but A, C and E are incorrect, because 'add', 'delete' and 'put' are not standard JavaBeans name prefixes.
The point is that in Chapter 1 [page 10 and 11] it is written that there are valid JavaBeans names with 'add' prefix.
My question is: are these answers and explanations to the question quoted above correct?