Accenture interview question

Store a column - students with marks M1 , M2, M3 using Java and SQL.

Interview Answer

Anonymous

Sep 1, 2017

For Java you could use Hashmap with a single key and multiple values - such as Map> map = new Hashmap>(); (create Lists and store values) . . . .

4