boolean
hashCode()
final
String s1 = "hello"; String s2 = "hello"; System.out.println(s1 == s2);
int x = 5; int y = 10; System.out.println(x > y ? x : y);
finally
try
catch
static