View this PageEdit this PageAttachments to this PageHistory of this PageHomeRecent ChangesSearch the SwikiHelp Guide

Common mistakes on the CS AP Free Response Questions

Declare objects but fail to initialize them
Not using equals
Forget to return one or more values from methods that require it
Failure to use object references with method calls
Incorrect looping
Bad names
Early returns - jumping out of a method
Coding to the example
GridWorld - making up methods
GridWorld - violating post conditions

Links to this Page