Computer Applications
State whether the following statement is True or False :
The expressions 3 + 4 and "3" + "4" evaluate to the same value.
Java Operators
8 Likes
Answer
False
Answered By
1 Like
Related Questions
State whether the following statement is True or False :
The expression 10 % 4 evaluates to 2.
State whether the following statement is True or False :
The expression 3 / 4 evaluates to 0.
State whether the following statement is True or False :
The expression x = x + 7 is same as x =+ 7.
State whether the following statement is True or False :
The new operator allocates memory during runtime.