Question: Question 1 1 pts In Java, which instruction can be used to suppress an unchecked-cast warning from the JVM compiler? @SuppressWarnings(unchecked) @SuppressException() @SuppressUnchecked) O @Warning(suppress

Question 1 1 pts In Java, which instruction can be used to suppress an unchecked-cast warning from the JVM compiler? @SuppressWarnings("unchecked") @SuppressException() @SuppressUnchecked) O @Warning("suppress unchecked")
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
