Hi everyone, I'm a high school student with my first real job opportunity (exciting). Now I am on the stage where they need to see an example of programming, and they gave me the task to implement the random number generator service in Java with two different implementations (one of which uses embedded material and the other of my choice), the code is the easy part, but one part of the task confuses me ... here it is:
As an evaluator, I should be able to do the following: Compile my own project using the candidates jar file. Register my decision with the help of a candidate executed by the bank. Launch an executable candidate bank, somehow telling her to carry out my implementation.
I basically make my code into an .jar executable and
evaluators should be able to use the code and compiled classes developed by the candidate to enable their own random number generation without recompiling the candidate code.
What does it mean? Maybe I just missed something obvious? I'm not sure how to let them just quit their own implementation without recompiling everything ... I hope this is not too big a task since I have not heard of anything like this (I think) at my university.
Any help / understanding is really appreciated!
source share