1) See the title .. All info you ever need about API structure, classes, details .. in your hand and not in 100 IE bookmarks.2) I have to deal with class files on the bytecodes level and didn't expect this book to be much useful for me - suprise !!! It has an excellent table "Class File Format" ( I had to built one such for myself long time ago ) and some others regarding bytecodes issues - very nice and comfortable. It's...
0Report
Whereas the first volume concentrated on the normal data manip & movement classes required for normal, quick programming, this second volume is more about controlling the user interfaces through applets and multimedia manipulation.The examples are very useful; some introduce basic game techniques such as "double-buffering" to demonstrate nontrivial applications of the classes. The descriptions at the beginning of each...
0Report
As a beginning Java Programmer, I was looking for a reference for all the java packages. This book contains all objects which changed since the JDK 1.1. I continue to use it daily. The one dissapointment I had, was my own missunderstanding of the nature of the book. As the title implies this is a supplement, if you want a complete reference you must buy the vol 1 and 2 of the java reference. The index in this book will...
0Report
Given the large size of the current class libraries in Java, the quality of your references is now more critical than ever. In my work as a technical editor of Java books, I have found this book invaluable. The content consists almost entirely of the class names, what they are derived from and the interfaces. The remainder is a collection of "examplets", small snippets of code that show how some of the methods are used...
0Report
This book (and the Volume 1 companion) are required for any Java programming. Every class, field and method is covered in detail. Novices will need other material (like the online tutorial) for language syntax, and how to program. But all Java programmers need these books within arms reach.
0Report