What is the difference between checked and unchecked?

Viewed 9704

What is the difference between

checked(a + b)

and

unchecked(a + b)

?

5 Answers
Related