Pregunta de entrevista de Accenture

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

Respuesta de la entrevista

Anónimo

1 sep 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