Hi,

I'm doing a program in java which will get the top scores of the students.
Example.
StudentA = 90
StudentB = 80
StudentC = 90
StudentD = 70

This will return StudenA and StudentC as a top score.
How can I do this in java to return the result in java List?

Can anyone can help me to solve this or give me sample source code?It would be greatly appreciated.

Regards,