sort surname in alphabet from file to file JAVA
- by user577939
hello all. I need some help. I have wrote this code and dont now how to sort surnames in alphabet from my file to other file.
import java.io.;
import java.util.;
class Asmuo {
String pavarde;
String vardas;
long buvLaikas;
int atv1;
int atv2;
int atv3;
}
class Irasas {
Asmuo duom;
Irasas kitas;
}
class Sarasas…