Develop a java (C++ is not allowed) program that createssorted file
the program must add student records consisting of (name, IDnumber and major) and searches for a student in the file by itsstudent number as primary keyDo not use internal sorting. You need to add records in itsappropriate place(in an ascending order) according to the studentnumber.
search for the student number using binary searchexternally.
**Use RadomAccessFile package in java “
Expert Answer
An answer will be send to you shortly. . . . .