-
Calculations involving numbers are faster than those involving string.
-
- False
- True
- NA
- NA
- NA
Correct Option: B
Numbers can be compared in a single operation while string comparisons involve several byte by byte or character by character comparisons. As the strings become longer, the performance gets poor.