Book
スッキリわかるJava入門
中山清喬, 国本大悟
Buy on Amazon* The link above is an advertisement via Amazon Associates.
Summary
Javaの基礎文法からオブジェクト指向までを丁寧に解説する入門書。 プログラミング未経験者でも読み進められる構成。
Target Readers
- プログラミング未経験者
- Java を初めて学ぶ人
Tags
#java#programming-basics
Colophon
- Publisher
- インプレス
- ISBN
- 978-4295007807
- Published
- Nov 2019
- List price
- ¥2,860incl. taxMay differ from the actual selling price on Amazon
Get this book
* The link above is an advertisement via Amazon Associates.Related Books
Next Books
- Prerequisite
Spring徹底入門
株式会社NTTデータ
Reason: With Java fundamentals in place, you move on to the Spring Framework, the de facto standard for server-side development in practice. Concepts like DI, AOP, and MVC assume a grasp of plain Java, so you layer the framework's abstractions onto your language understanding step by step.
Sources
- Recommended
Clean Code
Robert C. Martin
Reason: Once you can write basic Java syntax, the next step is to raise your sights from merely working code to code that is readable and easy to change. Clean Code provides principles for naming, function decomposition, and comments—building the sense of quality that is hard to acquire on your own.