CSE MCQs :: JAVA MCQs
- Which of these methods can be used to delete the last element in a LinkedList object?
- Which of these method is used to change an element in a LinkedList Object?
- Which of these object stores association between keys and values?
- Which of these classes provide implementation of map interface?
- Which of these method is used to remove all keys/values pair from the invoking map?
- Which of these method Map class is used to obtain an element in the map having specified key?
- Which of these methods can be used to obtain set of all keys in a map?
- Which of these method is used add an element and corresponding key to a map?
- Which of these standard collection classes implements all the standard functions on list data structure?
- Which of these classes implements Set interface?