True or False: If the keys in a Map are Strings, the values must also be Strings
False: keys and values can be of different types. However, all keys must be of one type and all values of the other.
- True: However, this rule does not extend to Maps where Integers are keys.
- False: Each key must be of a differnet type.
- False: If the keys in a Map are Strings, the values must be Integers.