Develop a Java (C++ is not allowed) program that creates andmaintenes a heap file with the following specifications:
1) record size is fixed. The program must add student recordsconsisting of (name, ID number and major), records gets added fromkeyboard input (student by student) .
2) bucket (bin) size is fixed, number of buckets is fixed(M)
3) hash function is fixed (key mod M) the key is student IDnumber
4) for collision use overflow area ( at the end of the file)
Expert Answer
An answer will be send to you shortly. . . . .