Question: Please write the code in java and please provide a screenshot of the output Design a class called Student that will contain the student's name,
Design a class called Student that will contain the student's name, ID number, and major. The class must have methods toString, equals, compareTo. The class should be compiled. 2 Design a class StudentListing that will maintain students in two different ways: a) using a hash table with separate chaining, hashing by the ID number. You may pick the size of the table. (You may assume that the school has about 3000 students to determine the size of the table.) b) using a (comparison based) structure that can find students by name. You may choose any structure you want, but justity your choice in terms of space and time. and O(f) time. 3. Design a program that could be used to add, remove and search for students. YOU DO NOT HAVE TO CODE THISIII This can be an "algorithmic" approach This part of the project can just be the "outine"- either as a documented "methods" listing, or as a document, but MUST include the methods you would use, that could be given to coders to write the program
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
