Is this correct: List<*> is a HOMOGENEOUS li...
# announcements
i
Is this correct: List<*> is a HOMOGENEOUS list of an UNKNOWN type List<Any> is a HETEROGENEOUS list
g
Also, don't forget that List<Any> doesn't include nullable types