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?"

🎲 Try a Random Question  |  Total Questions in Quiz: 108  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
Web Development using Java (Advanced Level) Practice Test Questions — practice the complete quiz, review flashcards, or try a random question.


Consider the following statement(s) about Java:<br>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?"