String Concatenation If we use + on strings, we concatenate them, just like in Python Logical operator To compare if a string is equal to another string: OneString.equals(AnotherString) Objects should be compared using methods instead, as it is a more consistent approach