The Virtual Bookcase : Shelf Computer programming
Computer programming, languages, techniques.
Shelf parts : First Previous Next Last
Review:Building sophisticated Java applets means learning about threading--if you need to read data from a network, for example, you can't afford to let a delay in its delivery lock up your entire applet. Java Threads introduces the Java threading API and uses non-computing analogies--such as scenarios involving bank tellers--to explain the need for synchronization and the dangers of deadlock. Scott Oaks and Henry Wong follow up their high-level examples with more detailed discussions on building a thread scheduler in Java, dealing with advanced synchronization issues, and handling exceptions.
(Review by amazon.com)
I want to add my review for this book!
Reviews (2) and details of Java Threads (Java Series (O'Reilly & Associates).)
Review:Some of the best sources for learning Java are online. The Java Tutorial, Second Edition is an updated compilation of online resources from the JavaSoft Web site, edited for clarity. This guide gives you the advantage of having all you need to learn Java in one book (and includes a CD-ROM).The authors organize the book's sections around lessons and "trails" (which correspond to online tutorials). Beginners will find the sections on running simple Java applications and applets and on the nuts and bolts of the Java programming language especially useful. However, there is plenty of expertise here for the Java expert. (Because this is all "official" JavaSoft material, it gives excellent perspective on the ideal use of Java-...
Rest of this review on the detail page
(Review by amazon.com)
I want to add my review for this book!
Reviews (2) and details of Javaż Tutorial, The: Object-Oriented Programming for the Internet
Review:This book is a comprehensive programming guide for the Java Virtual Machine (JVM). It gives the reader a strong overview and reference of the JVM so that they may create their own implementations of the JVM or write their own compilers that create Java object code. Perhaps the most important reason for learning about the Java Virtual Machine is that it gives you additional tools for solving programming problems in Java. The Java architecture is very open -- its easy to add programatic extensions to Java, once you have learned the basic rules of the Java Virtual Machine. And the Java Virtual Machine is portable, so you only have to write the extension once. So if you don't like how a particular feature of the Java language works, why not c...
Rest of this review on the detail page
(Review by amazon.com)
I want to add my review for this book!
Reviews (2) and details of Java Virtual Machine (Java Series)
Review:Cryptography isn't all there is to security. But rendering information unintelligible to those without the proper key usually plays a big role in any networked data-sharing system. Java Cryptography shows the Java programmer (with or without crypto experience) how to implement ciphers, keys, and other data-obscuring techniques in Java. The Java language includes lots of classes that are designed to facilitate cryptography, and this book explores them in depth. Key management classes, random-number generators, signed applets, and other parts of the Java security mechanism get attention in these pages. But most interesting are the author's examples. He has written a complete implementation of the ElGamal cipher as a provider in the framework...
Rest of this review on the detail page
(Review by amazon.com)
I want to add my review for this book!
Reviews (3) and details of Java Cryptography (Java Series (O'Reilly & Associates).)
Review:
Certainly, this book has the size and scope to be a reference. Parts of it
will be very useful, such as the chapters introducing Java to those who have
previously programmed in C++, Delphi, and Visual Basic. Other parts of the
book do not quite deliver, though. As only one example, chapter eighteen is
entitled "Writing Secure Programs" and gives a rundown of the integrity
features built in to Java. It is a very reasonable overview, not promising
more than Java can deliver. It is, however, quite short, and does not really
help developers to write secure programs.
copyright Robert M. Slade, 1997
(Review by Rob Slade)
I want to add my review for this book!
Reviews (1) and details of Java Developer's Reference
Shelf parts : First Previous Next Last