178k views
0 votes
Consider the following statement(s) about Java:

I. All white-space characters (blanks) are ignored by the compiler.
II. Java keywords can be used as variable names.
III. An identifier does not begin with a digit and does not contain any spaces.
IV. The execution of Java applications begins at method main.
Which of them is correct?
(a) Both (I) and (III) above
(b) Both (II) and (IV) above
(c) Both (I) and (II) above
(d) (III) and (IV) above
(e) All (I), (II), (III) and (IV) above.

User Alysia
by
8.0k points

1 Answer

7 votes

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:

  1. Java keywords can be used as variable names.
  2. The execution of Java applications begins at method main.

User TheLovelySausage
by
7.9k points