Question d’entretien chez Accenture

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

Réponse à la question d'entretien

Utilisateur anonyme

1 sept. 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