Starting point
Docs for Java:
- https://docs.oracle.com/en/java/index.html
- https://docs.oracle.com/en/java/javase/17/docs/api/index.html
My initial goals:
- Build something (anything) with Java
- Get the grasp of the Java language syntax
- Tools for working with Java
- Communities to involve with for learning
Curriculum:
Intermediate
- Collections
- Lambda expressions
- Generics
- Exception handling
Advanced
- Java streams
- Reflections API
- Classes and interfaces
Understandings
You cannot achieve very good performance, so keep consistency and reading the basic programs, revising regularly and try not to compare with other very good performing coders.
Top comments (0)