THG interview question

Identify why this Java code won't compile

Interview Answer

Anonymous

9 Feb 2017

Fairly easy. Missing semicolons/curly braces, mismatching return type, generics missing , etc