0
How to sort arrays?
I made a database on Java. I don't know how to sort it by id, name etc
3 Respuestas
+ 1
Here is a simple sorting technique : https://code.sololearn.com/cxjhxc6ywwqL
Hope it helps. :)
0
Depending how you stored it, there might be a builtin sort you can use.
https://www.geeksforgeeks.org/arrays-sort-in-java-with-examples/