Java by Example presumes no previous experience with either Java or programming in general. You will learn Java-specific programming concepts, object-oriented programming, and proper coding techniques. Topics include Java Foundation Classes (JFC), Abstract Windowing Toolkit, Applets vs Applications, and Multi-Threading. At the end of the book, you build a useful contact manager, applying concepts learned throughout the book.
Geoff Friesen is heavily involved with Java technology. He has written numerous Java articles for JavaWorld (www.javaworld.com) and Windows TechEdge (www.windowstechedge.com), including integrating C++ with Java, internationalization, and Java Plug-in technology. He was the chief developer on a project with an EDS business unit where he integrated a smart card device with Java applets via JNI. He has worked directly with the virtual machine and created his own disassembler for Java class files.Geoff is currently teaching a college-level introductory Java course, covering many of the same concepts that appear in this book.