Multiple Choice
Which of the following expressions determines whether the char variable, chrA, is not equal to the letter 'A'?
A) chrA == 'A'
B) chrA != 'A'
C) chrA || 'A'
D) chrA.notEquals(A)
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q39: What is the value of charges after
Q40: Java requires that the boolean expression being
Q41: What will be printed when the following
Q42: Which of the following expressions could be
Q43: The if-else statement will execute one group
Q45: What will be displayed after the following
Q46: What will be the value of ans
Q47: A flag may have the values<br>A) defined
Q48: If the expression on the left side
Q49: Which of the following is the not