Multiple choice Which of the following is the correct syntax of put() method of Map interface in Java? public Object put(Object key, Map map) public Object put(Object key, Object value) public void put(Map map) public void put(Object key, Object value) none of the above Reveal answer Fill a bubble to check yourself B Correct answer Explanation This is the correct syntax of put() method of Map interface in java.