99 Java Problems

These problems are intended to be a graduated series of exercises to help students gain proficiency at Java programming.

They are a loose copy of the Ninety-Nine Lisp Problems, which are themselves translations of Ninety-Nine Prolog Problems.

I’ve removed some of the less relevant problems and added some simpler ones suitable for new programmers. The problems are designed to get harder as you go through each section. Sometimes the earlier problems will help you solve the later problems.

Make sure that you read the first section: How to Answer These Questions.

2 Comments

  1. akram says:

    You can learn more about java by reading this book Introduction to Programming
    Using Java

    Author: David J. Eck ( [email protected] )

    Like

  2. Mary says:

    Very nice tutorial.
    I suggest also to check this java core tutorial for beginners:

    Like

Leave a Comment