Effectivejava Chinese Version
This book introduces 57 practical experience rules in Java programming. These experience rules cover the solutions to the daily problems faced by most developers. A comprehensive description of the technologies used by Java platform design experts reveals what should be done and what should not be done in order to produce a clear, robust, and efficientCode.
Each rule in this book is short and independent.ArticleThe form appears. These small articles contain detailed and accurate suggestions, as well as in-depth analysis of many nuances in the language, and further explain through the example code. Throughout the book is a general language usage design model, as well as some enlightening techniques.
Java programming ideas
The content organization, teaching method, selection example, and accompanying exercises of this book are all distinctive. Based on the problems found in teaching practice over the years, the author illustrates many concepts that are especially confusing in learning Java through Concise examples and descriptions. Compared with the previous version, this book not only adds the language features of Java2, but also makes a thorough update based on the language evolution. The major change is the cluster in Chapter 9th.
This book has been rated as the best Java book by multiple authorities and is suitable for JavaProgramThey can also serve as textbooks for Object-Oriented Programming Languages and Java languages of colleges and universities.
Java2corejava2
This book is a classic reference of Java technology and has been selling well for many years. On the basis of retaining the style of previous versions, version 7th covers the basic knowledge of Java 2 Development Platform Standard Edition j2se5.0, the main content includes various object programming, reflection and proxy, interfaces and internal classes, event listener model, and graphical user interface design using the swing UI toolbox, exception Handling, stream input/output, Object serialization, generic programming, etc.
This book is informative and easy to understand. It is accompanied by a large number of program instances and has great practical value. It is a reference book for beginners and programmers of Java.
Deep Dive into Java Virtual Machine
This book is divided into 20 chapters, Chapter 1-4 explains the architecture of Java virtual machine, including java stack, heap, method zone, and execution engine. Chapter 5-20 describes the internal details of Java technology, including garbage collection, Java security model, Java connection model and dynamic expansion mechanism, class file, operation and process control, etc, chapter 1 and Appendix A-C security can be used as a reference manual for class files and instruction sets. This book also comes with a CD, which contains an interactive demo Applet and an example to help describe the body contentSource code.
Java and Mode
This book is a practical teaching material that explains design principles and the most common design patterns. It aims to provide quick and accurate design principles and design patterns for busy java system designers. This book is divided into 55 chapters. The first chapter describes a programming mode, describes the purpose and structure of this mode, and the situation in which this mode is applicable. Each chapter is accompanied by multiple examples and exercise questions. studying these examples and completing these exercises can help readers better understand what they are talking about. Most of the chapters are relatively independent. Readers can open the book and start reading from any chapter. To meet the needs of readers of different programs, this book provides some chapters labeled as "special topics", without reading these chapters, there is no impact on reading the standard chapters of this book. After reading this book, you can use the learned content in your system design work with confidence and exchange your object-oriented design experience with your colleagues, and have more gains in career development.