/java-core-exercises

The list of exercises dedicated to training your Java SE skills

Primary LanguageJava

Java Core exercises

The list of exercises dedicated to training your Java SE skills

No pain, No gain ❗

Skill is only developed by hours and hours and hours of beating on your craft

Working on real problems, you're focused on finding a solution. Learning new things, you're trying to understand how it works. It is important to have a different type of activities, which purpose is improving your skill

An exercise is a predefined task that you continuously implement to improve a certain skill 💪

Related information

  • Java: The Complete Reference, 9th Edition 📙
    • Classes

      • Nested and Inner classes - pp. 149 - 151
    • Generics

      • Bounded types - pp. 346 - 349
      • Wildcards - pp. 349 - 356
      • Type erasure - p. 373
      • Generic method - pp. 356 - 359
      • Generic interfaces - pp. 360 - 362
      • Restrictions on static members - p. 377