Which of the following is a valid identifier?

An identifier that cannot be used as a variable name is a ___________________ word

Before a variable is used it must be _______________

An int variable can hold:

In Java, which of the following is not a numerical type?

Which of the following is a correct name for variables according to Java camel case naming conventions?

To declare a constant MAX_LENGTH inside a method with value 99.98, you write

Which of the following is the correct way to declare a variable?

What is the result of 45 / 4?

Which of the following expression results in a value 1?

25 % 1 is _____

To declare an int variable number with initial value 2, you write ___________

The expression 4 + 20 / (3 - 1) * 2 is evaluated to ______________

Suppose x is 1. What is x after x += 2?

Which of the following contains a valid comment?

Which of the following is a valid Java variable?

How would you assign the integer 5 to a variable named numberFive? Assume the variable is already declared

Teachers: Create FREE classroom games with your questions Click for more info!
©2007-2024 Review Game Zone | About | Privacy | Contact | Terms | Site Map