Question #5931

http://pastebin.com/BH4hwmPE
My code can't compile.It gives a "recompile with -xlint:unchecked for details" error message when i try to compile it in bluej.

Expert's answer

You must define class of objects in List. Try this:



List<Passenger> list = new ArrayList();
LATEST TUTORIALS
APPROVED BY CLIENTS