main
No, these are literals.
None, all of them are lower-case
http://www.codejava.net/java-core/the-java-language/java-keywords
- error handling: assert(), catch(), finally(), throw(), throws(), try()
- enumeration: enum(45)
- others: super(46), this(47), void(48)
- unused: const(49), goto(50)
...