Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 453 Bytes

File metadata and controls

24 lines (21 loc) · 453 Bytes

Java via Test

This repository is a tutorial for Java Programming Language. Please complete the test in the following order:

For javaBasic package:

  1. IntegerTypeTest
  2. FloatingTypeTest
  3. CharTypeTest
  4. BooleanOperatorsTest
  5. ArrayTest
  6. StringTest
  7. ObjectTest
  8. InheritanceTest
  9. ReflectionTest
  10. InterfaceTest
  11. LambdaTest
  12. InnerClassTest
  13. ExceptionTest
  14. GenericTest
  15. CollectionsTest
  16. StreamingTest
  17. IOTest
  18. DateTimeTest