I am trying to create a map of strings to strings. Below is what I\'ve tried but neither method works. What\'s wrong with it?
public class Data { private
Try this code
HashMap map = new HashMap(); map.put("EmpID", EmpID); map.put("UnChecked", "1");