Question:You need to provide locale-specific services to employees with the application. You must
additionally ensure that you use a unique country identifier that can be used as a key to access a
database record that contains specific information about a country whilst you use the minimum storage
for storing the key. What should you do? -(VB.NET)
A CultureInfo.Name should be used as an identifier for a country
B CultureInfo.GetHashCode should be used as an identifier for a country
C RegionInfo.GetHashCode should be used as an identifier for a country
D RegionInfo.Name should be used as an identifier for a country
+ AnswerD
+ Report