DEV Community

Janardhan Pulivarthi
Janardhan Pulivarthi

Posted on • Updated on

Day 1 of 100 - Java: 100DaysChallenge, game rules

Starting point

Docs for Java:

  1. https://docs.oracle.com/en/java/index.html
  2. https://docs.oracle.com/en/java/javase/17/docs/api/index.html

My initial goals:

  1. Build something (anything) with Java
  2. Get the grasp of the Java language syntax
  3. Tools for working with Java
  4. Communities to involve with for learning

Curriculum:
Intermediate

  1. Collections
  2. Lambda expressions
  3. Generics
  4. Exception handling

Advanced

  1. Java streams
  2. Reflections API
  3. 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)