https://github.com/toilal/evaluate-java
Java development skills evaluation.
https://github.com/toilal/evaluate-java
Last synced: 12 months ago
JSON representation
Java development skills evaluation.
- Host: GitHub
- URL: https://github.com/toilal/evaluate-java
- Owner: Toilal
- License: mit
- Created: 2014-02-12T14:54:07.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-02-12T15:27:59.000Z (over 12 years ago)
- Last Synced: 2025-03-14T15:31:05.959Z (about 1 year ago)
- Language: Java
- Size: 141 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
evaluate-java
=============
Evaluate Java development skills in 4 steps.
Steps
-----
* Implement ```q1.Step1``` in ```response.Step1Impl``` skeleton.
* Implement ```q2.Step2``` in ```response.Step2Impl``` skeleton.
* Implement ```q3.Step3``` in ```response.Step3Impl``` skeleton.
* Implement ```q4.Step4``` in ```response.Step4Impl``` skeleton.
Before starting
---------------
* Read carefully indications given in interfaces javadoc.
* Existing code modification is not allowed.
* All code should be written in response package.
* Additional classes can be created in response package.
* Run ```Main``` to perform a quick test of 4 implementations (and debug).