Final answer:
Java keywords can be used as variable names and the execution of Java applications begins at method main.
Step-by-step explanation:
The correct statement(s) about Java are:
- Java keywords can be used as variable names.
- The execution of Java applications begins at method main.