Question:Which option could be used to see additional warnings about code that mixes legacy code with code that uses generics?
A -Xlint:unchecked
B -Xlint:-unchecked
C -Xswitchcheck or -Xlint:fallthrough depending on the version of Java
D -classpath or -cp
+ AnswerA
+ Report