java-core-exercises icon indicating copy to clipboard operation
java-core-exercises copied to clipboard

This repo is DEPRECATED. Please use https://github.com/bobocode-projects/java-fundamentals-course

Java Core exercises

The list of exercises dedicated to training your Java SE skills

No pain, No gain :heavy_exclamation_mark:

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 :muscle:

Related information

  • Java: The Complete Reference, 9th Edition :orange_book:
    • 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 :heavy_exclamation_mark:
      • Restrictions on static members - p. 377 :heavy_exclamation_mark: