Consider the following code snippet
var sets = com.davidflanagan.collections.sets;
What is the programmer trying to do in the above code snippet?
var sets = com.davidflanagan.collections.sets;
A. Importing a single module
B. Importing a module partially
C. Importing a namespace
D. Importing the entire module
Answer: Option D

Join The Discussion