Which Of These Method Is Used To Remove All Keysvalues Pair #714
Which of these method is used to remove all keys/values pair from the invoking map?
This multiple choice question (MCQ) is related to the book/course gs gs128 Java. It can also be found in gs gs128 Java Util Collections Framework - Java.util - Maps - Quiz No.1.
Which of these method is used to remove all keys/values pair from the invoking map?
delete()
remove()
clear()
removeAll()