A Programmer[ap]s Guide to Java Certification
| Review questions are provided after every major topic, in order to test and reinforce the material. These review questions reflect the kind of questions that can be asked on the actual exam. Annotated answers to the review questions are provided in a separate appendix. Example 0.1 Example Source Code
We encourage experimenting with the code examples in order to reinforce the material from Java code is written in a mono- spaced font . Lines of code in the examples or in code // ... doSomethingInteresting(); // (1) // ... Names of classes and interfaces start with an uppercase letter. Names of packages, variables , and methods start with a lowercase letter. Constants are all in uppercase letters . |