These are the notes I wrote down when I was first learning java. These are just the basics and should help set a foundation for you.
It is crucial to understand these basics because they are used in every script.
I took these notes while doing Code Academy
** On the Order of Operation part, it is best to use parenthesis instead of following the guidelines because it can get confusing.