Basics\n newLine \t newTab \r return \\ backslash \' singlequote \" doublequote |
StringsSTRING METHODS .length() Returns length of string .charAt(int_index) Returns character by index .isEmpty() Returns true/false .toUpperCase() converts .toLowerCase() converts .contains(...) returns true if string contains given string/character .substring(beginIndex, endIndex) extra string from string .replace(old, new) replace |
Cheatography
https://cheatography.com
Java - Beginner Cheat Sheet (DRAFT) by s_thomas0
This is a draft cheat sheet. It is a work in progress and is not finished yet.