An advantage of using generic types is
A) lower compile-time overhead
B) increased portability of Java programs
C) increased type-safety without the need to do typecasts at run time
D) faster execution of programs that use generics
C) increased type-safety without the need to do typecasts at run time
Computer Science & Information Technology