無料のKindleアプリをダウンロードして、スマートフォン、タブレット、またはコンピューターで今すぐKindle本を読むことができます。Kindleデバイスは必要ありません。
ウェブ版Kindleなら、お使いのブラウザですぐにお読みいただけます。
携帯電話のカメラを使用する - 以下のコードをスキャンし、Kindleアプリをダウンロードしてください。
Effective Java ペーパーバック – 2017/12/27
The definitive guide to Java programming language best practices from Josh Bloch
Each chapter of Effective Java, Third Edition, consists of several “items,” each presented in the form of a short, stand-alone essay that provides specific advice, insight into Java platform subtleties, and code examples. The comprehensive descriptions and explanations for each item illuminate what to do, what not to do, and why. While coverage is through Java 9, this guidance covers core Java features every programmer works with, regardless of which version.
- Concurrency: write clear, correct, well-documented concurrent programs
- Objects: creating and destroying; common methods
- Classes and interfaces: guidelines for making them usable, robust, and flexible
- Generics: tell the compiler what types of objects are permitted in each collection for safer and clearer programs
- Enums and annotations: two special-purpose families of reference types
- Functions: break a big job into smaller pieces that might well be written by different people separated by both time and space.
- Lambdas and streams: create function objects with more ease
- Method designs: treat parameters and return values; design method signatures; document methods
- Exceptions: improve a program’s readability, reliability, and maintainability
- Object serialization: the dangers of serialization and how to minimize them
- General programming:
- local variables
- control structures
- libraries
- data types
- reflection
- native methods
- optimization
- naming conventions
Programmers still consider this the best book on Java programming today.
- 本の長さ416ページ
- 言語英語
- 出版社Addison-Wesley Professional
- 発売日2017/12/27
- 寸法18.8 x 2.29 x 22.86 cm
- ISBN-100134685997
- ISBN-13978-0134685991
この商品をチェックした人はこんな商品もチェックしています
商品の説明
著者について
登録情報
- 出版社 : Addison-Wesley Professional; 第3版 (2017/12/27)
- 発売日 : 2017/12/27
- 言語 : 英語
- ペーパーバック : 416ページ
- ISBN-10 : 0134685997
- ISBN-13 : 978-0134685991
- 寸法 : 18.8 x 2.29 x 22.86 cm
- Amazon 売れ筋ランキング: - 72,512位洋書 (洋書の売れ筋ランキングを見る)
- - 61位Java Programming
- - 272位Web Development & Design Programming
- - 15,800位Education & Reference
- カスタマーレビュー:
著者について
著者の本をもっと見つけたり、似たような著者を調べたり、おすすめの本を読んだりできます。
カスタマーレビュー
上位レビュー、対象国: 日本
レビューのフィルタリング中に問題が発生しました。後でもう一度試してください。
- 2021年3月23日に日本でレビュー済みAmazonで購入A must have book for all Java developers. Includes all the must know best practices and pitfalls encountered while programming in Java. I use this book at work. It does contain some advance topics too, however, once you start reading it you will eventually get a hang of it.
他の国からのトップレビュー
-
Amazon Customer2023年8月28日にカナダでレビュー済み
5つ星のうち5.0 great book I’m half way through
Amazonで購入I thought I knew a lot about java this book proved me wrong I learned a lot just from the first half.
-
Kel2022年7月28日にブラジルでレビュー済み
5つ星のうち5.0 Muito bom!
Amazonで購入Muitas dicas que não são tão acessíveis e que não se acha em um cursinho qualquer, valeu a pena, mas foi um pouco carinho :(
-
Francesco2024年12月20日にイタリアでレビュー済み
5つ星のうち5.0 Dovrebbero leggerlo tutti!
Amazonで購入Da team lead e reviewer dico che questo libro dovrebbero leggerlo tutti gli junior/middle level per innalzare la qualità del codice.
Consegna di Amazon puntuale come sempre e libro chiaro e ben fatto.
-
Lucas Pavesi Da Cruz2021年8月29日にアメリカ合衆国でレビュー済み
5つ星のうち5.0 Fantastic book!!
Amazonで購入I’ve been using Java for almost a year now and this book definitely enhanced my understanding on the language and how to use its features more efficiently. I don’t recommend it as an introduction to the language, but once you do get familiar with its syntax and you start wondering what resource you should turn to improve your understanding of the language and its usability, then read this book!
The writing is clean and comprehensive. I didn’t feel lost on most topics. I was able to follow along pretty consistently. The ones I did struggle with, I just re-read some parts of the passages and looked up some articles that were a little more introductory to what I was reading.
If anyone is wondering how this book fairs on an e-reader, I read this all through a Kindle and I didn’t see any issues with the examples or text.
Finally, if I had to make just one request, I’d say that a few more examples of bad practices vs the good ones would be awesome just to highlight the issues that a passage addresses.
Amazing book nonetheless!
-
Alberto Banet2024年2月8日にスペインでレビュー済み
5つ星のうち5.0 Un paso más hacia la excelencia con Java
Amazonで購入Si ya programas con Java y no sabes cómo mejorar tu código este es un buen libro. Afronta diversas situaciones a las que se enfrenta el programador y ofrece soluciones que se entienden y que arrojan luz sobre algunos aspectos más difíciles y abstractos de la programación.