
Learning Java is not just about writing programs that work when everything goes right. It is also about knowing what to do when the user types the wrong thing, when a value does not make sense, when a file is missing, or when an operation can crash the program.
100 Mini Java...