I'm looking for some recommendations for books that focus on beginner to intermediate coding projects using Java. I want the projects to be approachable for someone who is just starting out or has a little experience. Any ideas?
3 Answers
If you're looking for low-level projects, you might be a bit confused about Java. Typically, Java isn't considered a low-level language since it runs on the Java Virtual Machine and doesn’t interface directly with hardware. That said, there are plenty of books that guide you through beginner projects in Java, like building simple games or applications. Maybe check out "Head First Java" or "Java: A Beginner's Guide" for some practical exercises.
Honestly, I don't have specific book recommendations, but I suggest starting by picking a project that interests you, like creating a simple calculator or a text-based game. Then, use online resources for guidance. It’s a great way to learn by doing!
I'm a bit confused too! If you're saying you want 'low-level' coding, but you want to use Java, that's usually more about high-level projects. Java is designed for portability and ease of use, so it's hard to align it with low-level concepts. Maybe clarify that you want basic projects instead?

Yeah, I can see how that’s confusing! I just meant simple projects that are still interesting to work on. Thanks for the suggestions!