A programming language that is 'type-safe' means following things:
- You can't read from uninitialized variables
- You can't index arrays beyond their bounds
- You can't perform unchecked type casts
A programming language that is 'type-safe' means following things:
For further actions, you may consider blocking this person and/or reporting abuse
Danny González -
Pranav Bakare -
Ahmed Triki -
Abhishek Jaiswal -
Top comments (0)