Moderate

All collection classes are available in _________________?

Correct answer: A. java.util package

  • A. java.util package
  • B. java.io package
  • C. java.lang package
  • D. java.awt package

Explanation

Java's standard collection interfaces and implementations, such as List, Set, Map, ArrayList, and HashMap, are primarily provided in java.util. java.lang is automatically imported but does not contain the collection framework.

Last updated

Practise Software Design and Architecture

493 free Software Design and Architecture MCQs from Software Engineering, each with the correct answer and an explanation. Unlimited attempts, no account needed.

Exams that ask Software Engineering questions like this

Software Engineering is on this paper prepared for on TestUstad, and all of them draw the same bank, so this question is worth knowing for it.

Related questions