Skip to content
This repository has been archived by the owner on Feb 10, 2021. It is now read-only.

bobocode-projects/java-core-exercises

Repository files navigation

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