We want to have a cheat sheet for basic java and theoretical knowledge.
This cheat sheet should only cover what is actually part of the course! It is NOT intended as a general and exhaustive java cheat sheet!
Possible Contents
- glossary for oop terms
- Syntax and structure (in the order that it is explained in the course)
- Basic eclipse usage (import project, start project)
- Tipps and tricks:
- refactor -> rename
- autoformat code (keyboard shortcut and setting)
- code generators (getter/setter)
- new class wizard
- how to find javadoc
- how to use autocompletion
- debugger (set breakpoint, view variable content, step forward)
Related Issues
We want to have a cheat sheet for basic java and theoretical knowledge.
This cheat sheet should only cover what is actually part of the course! It is NOT intended as a general and exhaustive java cheat sheet!
Possible Contents
Related Issues