Objects First With Java - Solutions

Jun 16, 2006 ... true. Exercise 3.10. a==b. Exercise 3.11. (a || b) && (a != b). Exercise 3.12 !(!a || !b
). Exercise 3.13. No. The method assumes that the value will only contain to digits
. Exercise 3.14. No. Exercise 3.15. The exact definition can be found in The Java
Language Specification Second Edition in section 15.17.3

Part of the document