Originally posted by Jothi Shankar Kumar Sankararaj:
Guys, I guess we are talking on two different questions, one with the f array and the other with the s array. With the originally posted question by Pandoo, the answer is 4.
Originally posted by xitiz bhatia:
K&B have mentioned the method declaration as erronous in their errata at the link below--
https://coderanch.com/t/257589/java-programmer-SCJP/certification/SCJP-Errata-Updated
Now the method declaration becomes-
public static <E extends Number> List<E> process(List<E> nums)