Showing posts with label java. Show all posts
Showing posts with label java. Show all posts

Java Programming: Advanced Topics, Third Edition Review

Java Programming: Advanced Topics, Third Edition
Average Reviews:

(More customer reviews)
Are you looking to buy Java Programming: Advanced Topics, Third Edition? Here is the right place to find the great deals. we can offer discounts of up to 90% on Java Programming: Advanced Topics, Third Edition. Check out the link below:

>> Click Here to See Compare Prices and Get the Best Offers

Java Programming: Advanced Topics, Third Edition ReviewAs Java is my sixth programming language I have a fair bit of experience with these type of books, and all I can say is that this is the worst I have ever come across. It has no sense of progression and it does not seem to have the idea of learning in mind at all - ie progressing from simple to more complex... It seems to be written for people who already know Java entirely and are wanting some kind of refresher, but its not very good as a reference either, so I actually don't know who would find this book useful....whats particularly annoying is that its not actually an advanced book, but the authors manage to make simple concepts as obscure and complicated as possible, so you struggle for ages trying to understand, and once it finally clicks, you feel almost cheated.
The writing is very repetitive too - by chapter 15 why are they still telling you that "the structure of the package mirrors the file system, so you can find the code for this example in ...."before EVERY single code example? It sounds like a stupid complaint, but I swear that sentence alone is responsible for about 5 pages of this book.
If you are forced to buy this book by your uni or college as I was, my advice is that you read it cover to cover several times, and don't be too concerned with understanding it the first or second time... you need the later chapters to understand the earlier chapters properly. I think the best way to read it is to start with the chapter end summary, then try and figure out the code example and discussion, and only after that confuse yourself with the actual chapter. It is not comprehensive and you are likely to spend a lot of time on the net (your cash would be better spent printing out Suns java tutorial) and using other books instead.
It is also horribly biased to IBM VisualAge for Java, as Wigglesworth was one of the developers, and the first bit of advice given to me by senior students at my uni was to rather use anything else, even javac, than that peice of...
To be fair, the questions are quite good and challenging, but as others have said, its kinda pointless without access to the answers.
The unfortunate effect of all this is that you end up frustrated with Java itself rather than just this badly put together book.Java Programming: Advanced Topics, Third Edition OverviewThis highly-anticipated, thoroughly updated revision incorporates exciting changes and updates and is perfect for a second course in Java! This new edition now begins where a first course leaves off, and includes advanced topics such as JavaBeans, Enterprise JavaBeans, Network Programming, J2EE features, and Security. All concepts are reinforced through code examples, sample programs, and exercises. Take your Java programming skills to the next level with this text!

Want to learn more information about Java Programming: Advanced Topics, Third Edition?

>> Click Here to See All Customer Reviews & Ratings Now
Read More...

Advanced Java(TM) 2 Platform How to Program Review

Advanced Java(TM) 2 Platform How to Program
Average Reviews:

(More customer reviews)
Are you looking to buy Advanced Java(TM) 2 Platform How to Program? Here is the right place to find the great deals. we can offer discounts of up to 90% on Advanced Java(TM) 2 Platform How to Program. Check out the link below:

>> Click Here to See Compare Prices and Get the Best Offers

Advanced Java(TM) 2 Platform How to Program ReviewI was very disappointed in this book after having looked forward to its publication. The book seems to have been hurriedly put together and shipped before it was completed.
Example 1: Page 898. The book refers to Appendix E which is supposed to be on the CD - it isn't.
Example 2: Page 898. The book says the transcations.sql file, used to set up the database required to run the example is on the CD - it isn't.
Example 3: Pages 1165. The authors attempt to show how to set up Bea WebLogic server to run an EJB example. The instructions are incomplete. The authors end the section with the statement "you are almost ready to deploy".
I could go on but I think you get the idea. I would have preferred a book that was more focused, with complete examples, and a book that was *finished* when it went to press.
Unfortunately it seems the Deitel and Deitel folks are more interested in creating many titles with many pages while letting quality slip (...).
Check out the new book by Gittleman entitled Advanced Java: Internet Applications and published by Scott/Jones. In about half the pages, Gittleman covers many of the same topics as Deitel and Deitel. I really like Gittleman's style.Advanced Java(TM) 2 Platform How to Program OverviewFor intermediate or advanced Java programming courses in departments of Computer Science, CIS, MIS, IT, Business, and Continuing Education.Expanding on the world's best-selling Java textbook, Advanced JavaaA A2 Platform How to Program includes an in-depth discussion of advanced topics, aiding developers in producing significant, scalable Java applications and distributed systems. Primarily based on Java 2 Enterprise Edition (J2EE) 1.2.1, Advanced JavaaA A2 Platform How to Program integrates many technologies such as Extensible Markup Language (XML), JavaBeans, Security, Java Database Connectivity (JDBC), JavaServer Pages (JSP), servlets, Remote Method Invocation (RMI) and Enterprise JavaBeans (EJB) into a production-quality system that allows developers to benefit from the leverage and platform independence provided by the Java 2 Enterprise Edition. The book also features the development of a complete, end-to-end e-business solution using advanced Java technologies.

Want to learn more information about Advanced Java(TM) 2 Platform How to Program?

>> Click Here to See All Customer Reviews & Ratings Now
Read More...

Murach's Java SE 6: Training & Reference Review

Murach's Java SE 6: Training and Reference
Average Reviews:

(More customer reviews)
Are you looking to buy Murach's Java SE 6: Training & Reference? Here is the right place to find the great deals. we can offer discounts of up to 90% on Murach's Java SE 6: Training & Reference. Check out the link below:

>> Click Here to See Compare Prices and Get the Best Offers

Murach's Java SE 6: Training & Reference ReviewThere have been a number of books and tutorials written about Java. The gold standard for me has always been "Learning Java" by Patrick Niemeyer and Johnathan Knudsen (O'Reilly & Associates). I have had a number of new programmers, enthusiasts, and members of the JUG tell me it is information overload. The book does contain a lot of information in its 828 page heft. As a result, I have been looking for a book just for beginners. I have found it.
I just completed reviewing Murach's Java SE 6. It is a very good resource for learning Java. This book does an excellent job of providing a firm basis for understanding the technology. The book is clearly and concisely written. The book is divided into 5 major sections which cover the essential Java skills to advanced topics on data access programming using XML and JDBC.
The teaching style is very clever. It typically takes the form of a page of information with facing page with examples. I found this to be very important in getting sometimes difficult points across. I typically take the "Show me the code" philosophy, and this style works for me.
The other technique that used is to convey a purpose for learning Java. This is done by using the various topics as building blocks to create an application. The final result is a completed application at the end of the book. It encompasses the lessons learned, and gives the new programmer a sense of accomplishment with a completed functional application at the end of the book. I love it.
I have found that people learn better with functional code examples. This book is replete with them. One of my greatest annoyances is to have code samples which do not work. This clouds the ability to learn because it forces the beginning programmer to question their abilities. The shroud of uncertainty should not be because the gold standard code is incorrect. I am pleased to note that I tried a number of code examples and they all worked.
My favorite section is Data access programming with Java. Chapter 20 covers working with XML. This is a must for any programmer. XML is the new black, and anything that can help you learn this important technology is a must. In chapter 20, the topic of StAX is covered. This is the best simplified example of using StAX I have seen. After reading the information, and performing the examples, I felt I had a better understanding of this technology.
I only have a few minor negative points to mention: the title is a little misleading. The majority of the information in the book really details Java SE 5 enhancements with two notable exceptions: StAX and an introduction to Derby (Java DB).
My overall impression is that the book is an outstanding resource for new and seasoned programmers. This is a great book to add to the reference shelf.Murach's Java SE 6: Training & Reference OverviewThis book teaches how to develop Java applications at the professional level. It starts by showing how to code, test, and debug everyday business applications that won t crash. It presents object-oriented features like classes, inheritance, interfaces, and polymorphism in a way that s both understandable and useful in the real world...perspective that s often missing in Java training. It presents essential Java skills such as working with data types, control statements, arrays, collections, generics, enumerations, exceptions, threads, Swing components, applets, and text and binary files. It covers new Java SE 6 features such as new JDBC features, the StAX XML API, and the built-in Derby database. And it s all done in the distinctive Murach style that has been training professional programmers for more than 30 years.

Want to learn more information about Murach's Java SE 6: Training & Reference?

>> Click Here to See All Customer Reviews & Ratings Now
Read More...

Java Network Programming (Java (O'Reilly)) Review

Java Network Programming (Java (O'Reilly))
Average Reviews:

(More customer reviews)
Are you looking to buy Java Network Programming (Java (O'Reilly))? Here is the right place to find the great deals. we can offer discounts of up to 90% on Java Network Programming (Java (O'Reilly)). Check out the link below:

>> Click Here to See Compare Prices and Get the Best Offers

Java Network Programming (Java (O'Reilly)) ReviewAvoid. This book appears to have quite a reputation, but despite being in its 2nd edition, it is riddled with errors. The book exhibits some fundamental misapprehensions about TCP/IP; as a result it perpetrates some astonishing misinformation, much of it quite basic. Partial list: the nature of a socket close operation; what IOException when closing a socket means; what happens when the listen backlog is exceeded; specification of the ServerSocket constructors; Nagle's algorithm (Socket.setTcpNoDelay); linger; keepalive; etc etc.
Of the examples which do work, the PortScanner and LocalPortScanner are provided in versions which perpetrate atrocities on the local machine and network by not closing sockets. Multi-homing very cursorily treated, not even indexed. Firewalls apparently treated in one page. Role of TTL in multicast apparently ignored.
The text is verbose and repetitive, and a number of the examples are irrelevant. Fully 50% of the Sockets for Servers chapter consists of a rather irrelevant excursion into HTTP and HTML; the examples have bugs, not that they have much point. Also, what pray have HTML rendering and parsing in Swing got to do with networking? 30 irrelevant pages on this; nice to have, but why here?
Author seems to think HotSpot is a JIT. Typos in the index, not encouraging. Many impending JDK 1.4 enhancements will shortly obsolete this book. Avoid it. For TCP/IP and UDP fundamentals, buy W.R. Stevens Unix Network Programming. -Java Network Programming (Java (O'Reilly)) Overview
Java Network Programming, 2nd Edition, is a complete introductionto developing network programs (both applets and applications) using Java,covering everything from Networking fundamentals to remote methodinvocation (RMI).It includes chapters on TCP and UDP sockets, multicastingprotocol and content handlers, and servlets.This second edition alsoincludes coverage of Java 1.1, 1.2 and 1.3.New chapters cover multithreadednetwork programming, I/O, HTML parsing and display, the Java Mail API,the Java Secure Sockets Extension, and more.


Want to learn more information about Java Network Programming (Java (O'Reilly))?

>> Click Here to See All Customer Reviews & Ratings Now
Read More...

JDBC(TM) API Tutorial and Reference: Universal Data Access for the Java(TM) 2 Platform (2nd Edition) Review

JDBC(TM) API Tutorial and Reference: Universal Data Access for the Java(TM) 2 Platform (2nd Edition)
Average Reviews:

(More customer reviews)
Are you looking to buy JDBC(TM) API Tutorial and Reference: Universal Data Access for the Java(TM) 2 Platform (2nd Edition)? Here is the right place to find the great deals. we can offer discounts of up to 90% on JDBC(TM) API Tutorial and Reference: Universal Data Access for the Java(TM) 2 Platform (2nd Edition). Check out the link below:

>> Click Here to See Compare Prices and Get the Best Offers

JDBC(TM) API Tutorial and Reference: Universal Data Access for the Java(TM) 2 Platform (2nd Edition) ReviewThe full database connectivity and usage of the Java language is covered. With excellent code samples that appeal to all levels of programmers. I have used it to develope an inhouse delivery system and I am not a professional programmer. Very up to date with coverage of all the latest features of the API and what is due soon. EXCELLENT.JDBC(TM) API Tutorial and Reference: Universal Data Access for the Java(TM) 2 Platform (2nd Edition) OverviewThis book provides the definitive description of the JDBCaA AAPI, the technology that enables universal data access for the JavaaA Aprogramming language. This new edition has been updated and expanded to cover all of the JDBC 2.0 API, including the JDBC 2.0 core API and the JDBC Standard Extension API, the package that facilitates building server-side applications.Containing in-depth explanations that go beyond the specification, this complete resource pairs a step-by-step tutorial with a comprehensive reference to all of the classes and interfaces.For those new to Java technology, the book includes an introduction to the Java programming language and to SQL. It builds on this basic knowledge to walk you through creating a JDBC application-from setting up a database and establishing a connection to retrieving values from result sets and using prepared statements. In addition, the authors provide many examples along the way that demonstrate how to execute common tasks. The book proceeds to more advanced topics, focusing on the new features of the JDBC 2.0 API, including scrollable and updatable result sets, batch updates, SQL3 data types, custom mapping, and more.You will also find an introduction to working with the JDBC metadata API as well as information on rowsets, the technology that makes it possible to handle data sets from any source such as JavaBeansaA Acomponents.From array to XADataSource, a useful alphabetical reference provides concise but complete information on each class and interface in the JDBC API. Each entry includes an overview as well as a list and explanation of the methods and fields.A chapter on mapping SQL types and types in the Java programming language, a summary of the new JDBC 2.0 features, and a glossary complete this indispensable resource for all database programmers. 0201433281B04062001

Want to learn more information about JDBC(TM) API Tutorial and Reference: Universal Data Access for the Java(TM) 2 Platform (2nd Edition)?

>> Click Here to See All Customer Reviews & Ratings Now
Read More...

Sun Certified Programmer & Developer for Java 2 Study Guide (Exam 310-035 & 310-027) Review

Sun Certified Programmer and Developer for Java 2 Study Guide (Exam 310-035 and 310-027)
Average Reviews:

(More customer reviews)
Are you looking to buy Sun Certified Programmer & Developer for Java 2 Study Guide (Exam 310-035 & 310-027)? Here is the right place to find the great deals. we can offer discounts of up to 90% on Sun Certified Programmer & Developer for Java 2 Study Guide (Exam 310-035 & 310-027). Check out the link below:

>> Click Here to See Compare Prices and Get the Best Offers

Sun Certified Programmer & Developer for Java 2 Study Guide (Exam 310-035 & 310-027) ReviewI do strongly recommend this book for anyone willing to pass the SCJP exam,
even though, it is very important for you to know that it does not cover ALL
possible content you will find in the real exam, will cover most yes, but
not all. If you are newbie you would not notice (dangerous) but if you do have
experience, sometimes you will feel like going and find by yourself some
gaps in the book. If you are the kind go for all 100% getter I do strongly recommend
using additional study materials as complement and even more, use your favorite
development environment to test all gaps or questions you might find which are
not covered in the book.
Pros:
- The book covers nicely most of the exam objectives.
- It is a breeze to read it, I have even had friends asking me what was this
comedy about. I did really enjoy reading it. I did not find any bad jokes,
I think I would enjoy a party with the authors, we have the same sense of humor.
- The book is 100% reliable, perfectly accurate, if the content is in the book
it is right. As far as I can tell, I did not find one single question error or
wrong concept and I made all self tests in the book and I consider myself a
really meticulous guy (this is a MUST requirement for any study material, there
are many inaccurate books and preparation materials with flawed concepts). Not
studying or keeping your concepts from experience is even better than studying it
wrong, this book only does good. The authors gained my entire trust, I will look only
for them when looking for further Java certification books.

- After reading it I was EVEN able to spot few really flawed questions in my
third-party training software!!! this speaks by itself. They (third-party training
software support) were very surprised at that, I asked them how could I rely on a
training software with few flawed questions and their answer was "you are really
prepared, this proof you really master the concepts and that you are ready for the
test", thanks to this book.
Cons:
- Bear in mind there are (I would say) many uncovered concepts or topics related to the
exam, this book is not an exhaustive Java reference and some of the uncovered content
can easily appear in the test, these bellow are the kind of questions left unanswered/uncovered
that you would have to find out BY YOURSELF somewhere else and you might be surprised to
find in the exam e.g.

. What are Daemon type threads how they behave differently from non-daemon threads?
. Are static variables initialized as instance variables with default values?
. some exotic declarations e.g. can you tell about this one? "int[] a, b[];" here
you have an array and a matrix.
. Converting Octal/Hex/Binary/Decimal.
. Operators precedence!!!
. Are assertions considered as a return statement with the compiler
returning the kind of "line X is unreachable because of a previous assert false;"?
. Is there an inner classes nesting limit?
. How can you refer to the instance of the outmost class from the nested 2nd level
deep non-static inner class?
. Can methods return references to (method) locally declared inner classes, if so
how can that be referenced/used from outside? as Object?
. Possible valid access modifiers for (method) locally declared inner classes?

- The software included with the book is in my opinion very bad quality, not
the content of the questions (I never did any) but the applications, the
selftest software included with the book is a very small sized frame
no-resizable that you would have to scroll back and forth for reading
any question, extremelly annoying. Additionally the bonus stuff on internet
I could never download because of some errors in the pages, I finally gave
up about using it.
I had the SCJP 1.4 exam last friday 09/03/2004 passing with 95% and this was my
passing formula:
- I have more than 5 years experience programming in Java and C++.
- Reading this book. It took me one calendar week to go through the complete
book (SCJP part) with questions and everything. I am in holidays and invested
4 days for studying :-) on top of one weekend. Not to mention this book
was my pillow for this complete week. But you can reeeeally enjoy reading
it, I read most of it on Parade Platz, Movenpick, having Movenpick chocolate
ice creams, if you are Swiss you know what I am talking about ... the ice cream
helped a lot.

- I practiced mostly using SelfTest Software http://www.selftestsoftware.com
training to track my progress.

- I had already the Brainbench certification Master in Java 1 & 2,
http://www.brainbench.com. I recommend having the Brainbench Java 2
test or preparation before going to the SCJP. Brainbench has the toughest
tests I have ever experienced, if you can make it there you can make it anywhere!!!
But understand that Brainbench test objectives are much broader.

These are some nice statistics you can use as a reference, these are the results
of my preparation compared to the results in the actual exam, I think there is a
clear correlation:
SelfTest questions included in the book (I did each only once after reading the corresponding
chapter, does not make sense doing many times, the idea is not to memorize), however writing
what (and why) you did wrong is very useful to focus your studying efforts even further:
Chapter 1- Language Fundamentals 17/20 (85%)
Chapter 2- Declarations and Access Control 10/15 (66%)
Chapter 3- Operators and Assigments17/18 (94%)
Chapter 4- Flow Control, Exceptions and Assertions 14/20 (70%)
Chapter 5- OO Overloading and Overriding ... 21/21 (100%)
Chapter 6- java.lang Math, Strings, Wrappers 15/19 (78%)
Chapter 7- Objects and Collections 12/15 (80%)
Chapter 8- Inner classes 8/12 (66%)
Chapter 9- Threads 18/21 (85%)
These are my overall results of doing simulation tests using third-party
SelfTest software during my studying of the book:
first try - 66% (without studying)
second try - 72%
third try - 85%
fourth try - 100%
These are my results in the actual exam overall passing 95%:
Language Fundamentals 90%
Declarations and Access control 100%
Operators and Assigments 87%
Flow Control, Assertions, and Exception Handling 100%
Overloading, Overriding, Runtime Type and OO100%
Fundamental Classes in the java.lang package100%
The Collections Framework 100%
Garbage Collection100%
Threads 87%
One last note, do not cheat yourself, do not use BRAINDUMPS, try
instead to deeply understand all concepts. Additionally
the "serialization" mechanism for BD is not actually reliable,
I looked at those for curiousity and it was pure crap.
I hope you enjoy reading the book too, Good luck!Sun Certified Programmer & Developer for Java 2 Study Guide (Exam 310-035 & 310-027) Overview

Want to learn more information about Sun Certified Programmer & Developer for Java 2 Study Guide (Exam 310-035 & 310-027)?

>> Click Here to See All Customer Reviews & Ratings Now
Read More...

Understanding Object-Oriented Programming With Java Review

Understanding Object-Oriented Programming With Java
Average Reviews:

(More customer reviews)
Are you looking to buy Understanding Object-Oriented Programming With Java? Here is the right place to find the great deals. we can offer discounts of up to 90% on Understanding Object-Oriented Programming With Java. Check out the link below:

>> Click Here to See Compare Prices and Get the Best Offers

Understanding Object-Oriented Programming With Java ReviewThis is not a book to learn java from, nor is it even a good reference. Read and understand the title before buying this book.
This review refers to the previous edition to this one.
I found the text ordered well, with most examples clearly explained. There were some minor bugs in the code which a beginning java programmer would struggle with.
After finishing the book, and running the examples, and working through several of the exercises, I found that I understand OOP much better, and of course understand java better too.
I've noted several people who don't know java syntax are frustrated by the book, as they are expecting to learn java from it, and are never reaching the point where they will learn OOP or java from the book.
In conclusion, don't buy the book to learn java, buy it only if you need to learn OOP and are having difficulty doing so.Understanding Object-Oriented Programming With Java OverviewTimothy Budd, leading author, educator and researcher in the object-oriented programming community, provides a deep understanding of object-oriented programming and Java.Understanding Object-Oriented Programming with Java teaches readers why the Java language works the way it does, as opposed to many other books that focus on how Java works.Readers learn about the development decisions that went into making the Java language, and leave with a more sophisticated knowledge of Java and how it fits in the context of object-oriented programming. Throughout the text, the focus remains on teaching readers to master the necessary object-oriented programming concepts. Dr. Budd explains to the reader in clear and simple terms the fundamental principles of object-oriented programming, illustrating these principles with extensive examples from the Java standard library. In short, he thoughtfully created this book, not as a reference manual for the Java language, but as a tool for understanding Java and the object-oriented programming philosophy.Highlights:* Provides several graduated example programs in Part II (i.e., cannon and pinball games) for readers to work through and successively learn object-oriented programming features.* Includes extensive examples from the Java standard library so that readers can better understand the many design patterns found in the AWT, the multiple purposes for which inheritance is used in the standard classes, and more. * Discusses features of Java in Part V that are important for students to understand, but not necessarily notable for their object-oriented features. Instructors have the flexibility to omit altogether, or introduce in parallel with earlier material. 0201308819B04062001

Want to learn more information about Understanding Object-Oriented Programming With Java?

>> Click Here to See All Customer Reviews & Ratings Now
Read More...

SCJP Sun Certified Programmer for Java 5 Study Guide (Exam 310-055) (Certification Press) Review

SCJP Sun Certified Programmer for Java 5 Study Guide (Exam 310-055) (Certification Press)
Average Reviews:

(More customer reviews)
Are you looking to buy SCJP Sun Certified Programmer for Java 5 Study Guide (Exam 310-055) (Certification Press)? Here is the right place to find the great deals. we can offer discounts of up to 90% on SCJP Sun Certified Programmer for Java 5 Study Guide (Exam 310-055) (Certification Press). Check out the link below:

>> Click Here to See Compare Prices and Get the Best Offers

SCJP Sun Certified Programmer for Java 5 Study Guide (Exam 310-055) (Certification Press) ReviewWhen I started reading the reviews, I could sence a lot of familiarity with the comments. Later I realized that the reviews were for the book of the same title but on the previous Java 1.4.
Therefore a word of caution so that readers do not take the reviews literally for this latest book on Java 5.SCJP Sun Certified Programmer for Java 5 Study Guide (Exam 310-055) (Certification Press) OverviewGet the book that shows you not only what to study, but how to study. The only classroom-based integrated study system for professional certification gives you complete coverage of all objectives for the Sun Certified Programmer for Java 5 exam, hundreds of practice exam questions, and hands-on exercises. The CD-ROM features full practice exam software plus an adaptive test engine.

Want to learn more information about SCJP Sun Certified Programmer for Java 5 Study Guide (Exam 310-055) (Certification Press)?

>> Click Here to See All Customer Reviews & Ratings Now
Read More...

Data Structures and Algorithms in Java Review

Data Structures and Algorithms in Java
Average Reviews:

(More customer reviews)
Are you looking to buy Data Structures and Algorithms in Java? Here is the right place to find the great deals. we can offer discounts of up to 90% on Data Structures and Algorithms in Java. Check out the link below:

>> Click Here to See Compare Prices and Get the Best Offers

Data Structures and Algorithms in Java ReviewI'm finding the 4th edition reasonably clear and comprehensive. However, the book is teeming with typographical errors. Most of them are typesetting errors involving superscripts and subscripts that overlap the adjacent characters so they aren't fully legible. But there are numerous other miscellaneous typos.
So, I've been marking them in my copy, in order to submit them to the authors or publisher, but apparently they don't want to know about the typos. The "errata" section at java.datastructures.net contains no errata and no instructions on how to submit errata. I wrote to one of the authors to ask how to submit errata, but received no reply.Data Structures and Algorithms in Java OverviewFundamental data structures in a consistent object-oriented frameworkNow revised to reflect the innovations of Java 5.0, Goodrich and Tamassia's Fourth Edition of Data Structures and Algorithms in Java continues to offer accessible coverage of fundamental data structures, using a consistent object-oriented framework. The authors provide intuition, description, and analysis of fundamental data structures and algorithms. Numerous illustrations, web-based animations, and simplified mathematical analyses justify important analytical concepts.Key Features of the Fourth Edition:* Updates to Java 5.0 include new sections on generics and other Java 5.0 features, and revised code fragments, examples, and case studies to conform to Java 5.0.* Hundreds of exercises, including many that are new to this edition, promote creativity and help readers learn how to think like programmers and reinforce important concepts.* New case studies illustrate topics such as web browsers, board games, and encryption.* A new early chapter covers Arrays, Linked Lists, and Recursion.* A new final chapter on Memory covers memory management and external memory data structures and algorithms.* Java code examples are used extensively, with source code provided on the website.* Online animations and effective in-text art illustrate data structures and algorithms in a clear, visual manner.Access additional resources on the web www.wiley.com/college/goodrich):* Java source code for all examples in the book* Animations* Library (net.datastructures) of Java constructs used in the book* Problems database and search engine* Student hints to all exercises in the book* Instructor resources, including solutions to selected exercises* Lecture slides

Want to learn more information about Data Structures and Algorithms in Java?

>> Click Here to See All Customer Reviews & Ratings Now
Read More...

Java in a Nutshell : A Desktop Quick Reference (Java Series) (3rd Edition) Review

Java in a Nutshell : A Desktop Quick Reference (Java Series) (3rd Edition)
Average Reviews:

(More customer reviews)
Are you looking to buy Java in a Nutshell : A Desktop Quick Reference (Java Series) (3rd Edition)? Here is the right place to find the great deals. we can offer discounts of up to 90% on Java in a Nutshell : A Desktop Quick Reference (Java Series) (3rd Edition). Check out the link below:

>> Click Here to See Compare Prices and Get the Best Offers

Java in a Nutshell : A Desktop Quick Reference (Java Series) (3rd Edition) ReviewThis book is my new favorite Java book. This book is probably my new favorite technical book. It's simply an excellent example of what a technical reference book should be.
The first quarter of the book is a very good introduction to Java, the syntax, as well as object oriented programming (OOP). The syntax and OOP portions of the book are the best I've seen in any book. If you are new to Java, reading through these sections carefully will teach you almost everything you'll need to know about the Java language. The third edition of the book doesn't assume a C/C++ background, so even those with limited or no programming experience will find this section very helpful.
Next you'll find excellent coverage of the Java platform. The bulk of the book is a reference of the different Java classes in JDK 1.0, 1.1, 1.2, and even 1.3Beta. The coverage is excellent. I would have liked to see examples, but I suppose that really is asking too much from one book.
I have a large library of Java books, but this one is #1 for me. Shelf time for this book is going to be very low. The book literally hasn't seen a shelf since it arrived from Amazon.
There are several Java books I find to be far superior to others. For anyone new to the Java language, I believe the following are the very best books to have nearby (ranked in order): Java in a Nutshell, 3rd... Java Examples in a Nutshell...Java Foundation Classes in a Nutshell... Java Enterprise in a Nutshell...The Java Class Libraries, 2nd, Vol 1. by Patrick Chan
Obviously, I'm a fan of David Flanagan's Java books (he wrote the top four). Pick one up to see why. They are all excellent, but my favorite is this one (JavaNut 3rd edition). The set of four Flanagan books easily comprise the best resource on Java available.Java in a Nutshell : A Desktop Quick Reference (Java Series) (3rd Edition) Overview

Want to learn more information about Java in a Nutshell : A Desktop Quick Reference (Java Series) (3rd Edition)?

>> Click Here to See All Customer Reviews & Ratings Now
Read More...

Big Java: Programming and Practice Review

Big Java: Programming and Practice
Average Reviews:

(More customer reviews)
Are you looking to buy Big Java: Programming and Practice? Here is the right place to find the great deals. we can offer discounts of up to 90% on Big Java: Programming and Practice. Check out the link below:

>> Click Here to See Compare Prices and Get the Best Offers

Big Java: Programming and Practice ReviewWhen I bought this book, I was unaware that it was written with the intention of being a class textbook for learning not just Java, but also the basics of computer science. Even so, this is an excellent Java book that will serve the reader well.
First, this book is extremely well organized. The table of contents lays out the biggest points of each chapter without cluttering. In turn, each chapter has its own table of contents, outlining more minor points. Things that relate directly to Java and the targeted course are outlined in black, while other topics such as coding suggestions, historical notes and bits of trivia are outlined in blue. This makes navigation through the book very easy and straightforward.
As any textbook has, this one has plenty of practice exercises. These exercises are very relevant to the topics covered and offer the reader some practice. If you buy this book and are turned off by the idea of doing a bunch of exercises, well, don't do them. Then again, practice does make perfect...
Many people like Java books that plunge right into graphics programming. I don't. This book does cover basic graphics and applet programming fairly early on (chapter 4), and that is not much to my personal preference. But, it's relevant in relation to the information in surrounding chapters.
The book even comes with a style guide, which is very nice when you would like some idea of coding standards. Perhaps you will adopt the author's suggestions, perhaps not. Either way, it's an excellent place to start.
This book covers some advanced topics, including XML, JSP, servlets, and relational database interfacing. The coverage is clear and occurs later in the book after the building blocks are out of the way.
There are some errors in the book. HOWEVER, there is an errata page, at the author's web site, that addresses the problems and gives very clear corrections. Most programming books seem to have errors in them, and this one is no exception. The fact that there is a very easily accessible path to get the updates (at no extra cost) is a big plus.
Before I got this book, I was using "Thinking in Java" (Eckel) as my primary book for learning Java. Big Java has taken TIJ's place. I heartily recommend this book to anyone wanting to learn the Java language.Big Java: Programming and Practice OverviewOffers an in-depth look into how Java relates to such technologies as searching, sorting, data structures, multithreading, networking, database connectivity, XML, and Java Server PagesPart I deals with fundamental principles of programming and problem solvingPart II introduces advanced concepts of the Java programmingReaders will find highlighted concepts and capsule introductions into advanced topics of computer sciencePerfect reading material for anyone interested in learning or reinforcing introductory programming concepts and who wants to take advantage of the exciting attributes of the Java language

Want to learn more information about Big Java: Programming and Practice?

>> Click Here to See All Customer Reviews & Ratings Now
Read More...

Designing Web Services with the J2EE(TM) 1.4 Platform: JAX-RPC, SOAP, and XML Technologies Review

Designing Web Services with the J2EE(TM) 1.4 Platform: JAX-RPC, SOAP, and  XML Technologies
Average Reviews:

(More customer reviews)
Are you looking to buy Designing Web Services with the J2EE(TM) 1.4 Platform: JAX-RPC, SOAP, and XML Technologies? Here is the right place to find the great deals. we can offer discounts of up to 90% on Designing Web Services with the J2EE(TM) 1.4 Platform: JAX-RPC, SOAP, and XML Technologies. Check out the link below:

>> Click Here to See Compare Prices and Get the Best Offers

Designing Web Services with the J2EE(TM) 1.4 Platform: JAX-RPC, SOAP, and XML Technologies ReviewThis book is primarily geared towards reader at the architectural end of the spectrum. Code samples are few and far between, and the illustrations are primarily UML. That's not a bad thing, it's just a matter of what you are looking for. Though even for an architecture work I would like to see a little more code (thus the four stars instead of five.)
The book starts with XML basics, then spends the largest portion of the book on SOAP and JAX-RPC, then finishes off with an excellent chapter on security issues. There is some mention of mobile, but nothing in depth.
I recommend this book to Java architects who want to learn more about this topic. Front line engineers will probably want to concentrate on API centric books on Java Web Services, most likely from O'Reilly.Designing Web Services with the J2EE(TM) 1.4 Platform: JAX-RPC, SOAP, and XML Technologies OverviewWritten by Sun Microsystems' Java™ BluePrints team, Designing Web Services with the J2EE™ 1.4 Platform is the authoritative guide to the best practices for designing and integrating enterprise-level Web services using the Java 2 Platform, Enterprise Edition (J2EE) 1.4. This book provides the guidelines, patterns, and real-world examples architects and developers need in order to shorten the learning curve and start building robust, scalable, and portable solutions.The authors use the Java Adventure Builder application to bring the design process to life and help illustrate the use of Java APIs for XML Processing (JAXP), Java APIs for XML-Based RPC (JAX-RPC), and other Web service and Java-XML technologies. Key topic coverage includes:Web service requirements and design issues Support for Web services provided by the J2EE 1.4 platform Designing and implementing Web service end points Writing efficient Web service client applications Designing and developing XML-based applications Integrating applications and data using Web services The J2EE platform security model as it applies to Web services A coherent programming model for designing and developing Web service endpoints and clients Designing Web Services with the J2EE™ 1.4 Platform provides the insight, advice, and detail that make it easier to create effective Web service applications using the J2EE 1.4 platform.

Want to learn more information about Designing Web Services with the J2EE(TM) 1.4 Platform: JAX-RPC, SOAP, and XML Technologies?

>> Click Here to See All Customer Reviews & Ratings Now
Read More...

Struts 2 Design and Programming: A Tutorial (A Tutorial series) Review

Struts 2 Design and Programming: A Tutorial (A Tutorial series)
Average Reviews:

(More customer reviews)
Are you looking to buy Struts 2 Design and Programming: A Tutorial (A Tutorial series)? Here is the right place to find the great deals. we can offer discounts of up to 90% on Struts 2 Design and Programming: A Tutorial (A Tutorial series). Check out the link below:

>> Click Here to See Compare Prices and Get the Best Offers

Struts 2 Design and Programming: A Tutorial (A Tutorial series) ReviewI'm convinced this is and will remain the authoritative book on Struts 2. I know that more are being written but I don't care. You will not find one better.
I've never worked with Struts 2 in the past yet I was able to get a pretty solid understanding of it in a very short amount of time. Granted, I've had plenty of experience with the original Struts, JSF, and other web technologies, but I think even a beginner could pick this up fairly easily.
I let a friend of mine who had used Struts 2 on a project before skim through my copy of Struts 2 Design and Programming to check for any gaping holes or errant information before writing this review. It passed his inspection. (Thanks, Eric!)
I initially was a little skeptical when I saw that this Struts 2 book includes many other topics like DAOs, Velocity, FreeMarker, Dojo, and JFreeChart. These sections actually turned out quite pleasant to read and were great introductions to those topics without taking anything away from the main topic: Struts 2.
When you start making your way into chapters 5 and 6, feel free to jump around to other chapters. Chapters 5 and 6 cover the many tags in Struts 2 and, even with the author's great explanations and examples, can become a little tiresome for a cover-to-cover kind of read (but makes for a terrific reference). I suggest coming back to these chapters every once in a while to chew off two or three of the tags at a time. I expect this tip will add to your reading enjoyment.
Overall, this is a terrific book and I highly recommend it to anyone working with or curious about Struts 2.Struts 2 Design and Programming: A Tutorial (A Tutorial series) OverviewOffering both theoretical explanations and real-world applications, this in-depth guide covers the 2.0 version of Struts, revealing how to design, build, and improve Java-based Web applications within the Struts development framework. Feature functionality is explained in detail to help programmers choose the most appropriate feature to accomplish their objectives, while other chapters are devoted to file uploading, paging, and object caching.

Want to learn more information about Struts 2 Design and Programming: A Tutorial (A Tutorial series)?

>> Click Here to See All Customer Reviews & Ratings Now
Read More...

Java Swing, Second Edition Review

Java Swing, Second Edition
Average Reviews:

(More customer reviews)
Are you looking to buy Java Swing, Second Edition? Here is the right place to find the great deals. we can offer discounts of up to 90% on Java Swing, Second Edition. Check out the link below:

>> Click Here to See Compare Prices and Get the Best Offers

Java Swing, Second Edition Review
Pavel Vorobiev and I are currently finishing up an 'advanced' Swing book consisting mainly of examples ("Swing", Manning publications). We have referenced the Swing source code nonstop. Apart from this, we feel that Java Swing is the best Swing reference money can buy. This book is not an API docs dump. It is a high quality reference book for GUI developers who are prepared to do their job professionaly, not blindly. If you are looking for a hand-holding tutorial this book is not for you (for this I would suggest Up to Speed With Swing).
Java Swing is very well organized and full of original explanation. I encourage potential readers to disregard other comments claiming that this book is API repetitive or doesn't explain enough. No book can cover every possible situation that can arise in the creation of a GUI, and no book will fully explain all of the inner workings of each Swing component and UI delegate. Swing is a very complex and extensive library with some very interesting and powerful mechanisms working behind the scenes. Without a doubt, Java Swing is the most informative and rich reference available. I recommend it highly.
Matthew Robinson
"Swing", Manning publications
Swing "Tips and Tricks", The Swing ConnectionJava Swing, Second Edition Overview
Swing is a fully-featured user interface development kit for Java applications.Building on the foundations of the Abstract Window Toolkit (AWT), Swing enables cross-platform applications to use any of several pluggable look-and-feels.Swing developers can take advantageof its rich, flexible features and modular components, building elegant user interfaces with very little code.

This second edition of Java Swing thoroughly covers all the features available in Java 2 SDK 1.3 and 1.4. More than simply a reference, this new edition takes a practical approach. It is a book by developers for developers, with hundreds of useful examples, from beginning level to advanced, covering every component available in Swing.

All these features mean that there's a lot to learn. Even setting aside its platform flexibility, Swing compares favorably with any widely available user interface toolkit--it has great depth.Swing makes it easy to do simple things but is powerful enough to create complex, intricate interfaces.

Java Swing, 2nd edition includes :

A new chapter on Drag and Drop
Accessibility features for creating a user interface meeting the needs of all users
Coverage of the improved key binding infrastructure introduced in SDK1.3
A new chapter on JFormattedTextField and input validation
Mac OS X coverage and examples
Coverage of the improved focus system introduced in SDK 1.4
Pluggable Look-and-Feel coverage
Coverage of the new layout manager, SpringLayout, from SDK 1.4
Properties tables that summarize important features of each component
Coverage of the 1.4 Spinner component
Details about using HTML in components
A new appendix listing bound actions for each component
A supporting web site with utilities, examples, and supplemental materials
Whether you're a seasoned Java developer or just trying to find out what Java can do, you'll find Java Swing, 2nd edition an indispensable guide.

Want to learn more information about Java Swing, Second Edition?

>> Click Here to See All Customer Reviews & Ratings Now
Read More...

Java Software Solutions (Java 5.0 version): Foundations of Program Design (4th Edition) Review

Java Software Solutions (Java 5.0 version): Foundations of Program Design (4th Edition)
Average Reviews:

(More customer reviews)
Are you looking to buy Java Software Solutions (Java 5.0 version): Foundations of Program Design (4th Edition)? Here is the right place to find the great deals. we can offer discounts of up to 90% on Java Software Solutions (Java 5.0 version): Foundations of Program Design (4th Edition). Check out the link below:

>> Click Here to See Compare Prices and Get the Best Offers

Java Software Solutions (Java 5.0 version): Foundations of Program Design (4th Edition) ReviewThe book is clearly directed at a reader new to Java. She might also be new to programming, in any language. Consequently, the book steps carefully through various key ideas, like object oriented programming, polymorphism and recursion. These, and other ideas, are reinforced by extensive self review questions and problem sets. Something worth considering by a lecturer searching for a text to accompany a course.
It is good that the graphics examples focus on using Swing widgets. The original AWT widgets get only a passing remark. Which helps a newbie avoid coding in these.
The book has extensive appendices. Too extensive. Appendix M, which lists the Java class library, is superfluous. It describes the standard Java classes that come with J2SE. For each class, it lists the variables and constants, constructors and methods. Along with brief explanations of the intent of many of these items. The Appendix takes up almost 160 pages. A sizeable fraction of the 900 pages of the entire book. The problem is that the appendix is basically a rendition of the standard documentation that Sun supplies with Java. Little value is added by Lewis and Loftus. This appendix should have been entirely dropped. Instead, the reader could have been directed to the appropriate Sun URL. Or, indeed, been asked to search the web. Because it turns out that the manual pages written by Sun are widely mirrored by many websites.
Or, the manual pages should have been in the CD that comes with the book. (If the pages are already on the CD, then Appendix M should certainly not have been written.)Java Software Solutions (Java 5.0 version): Foundations of Program Design (4th Edition) Overview This book takes an early object oriented approach to Java Embracing Java 5.0 topics, including the new standard Scanner class for simplified keyboard input and parsing, enumerated types, autoboxing, variable length parameter lists, the enhanced for loop, and generic types. This new edition has an earlier evolution of object concepts, developed in a way that capitalizes on the power of objects without overwhelming beginning programmers. It includes all new Java 5 topics, including Scanner class, enumerated types, autoboxing, variable length parameter lists, the enhanced for loop, and generic types.This is in depth coverage on GUI applications. This book is appropriate for beginning programmers who want to learn to program with Java as well as experienced programmers who want to add Java to their skill-set.

Want to learn more information about Java Software Solutions (Java 5.0 version): Foundations of Program Design (4th Edition)?

>> Click Here to See All Customer Reviews & Ratings Now
Read More...

J2ME Game Programming (Game Development) Review

J2ME Game Programming (Game Development)
Average Reviews:

(More customer reviews)
Are you looking to buy J2ME Game Programming (Game Development)? Here is the right place to find the great deals. we can offer discounts of up to 90% on J2ME Game Programming (Game Development). Check out the link below:

>> Click Here to See Compare Prices and Get the Best Offers

J2ME Game Programming (Game Development) ReviewFinally! Ive been trying to learn how to program sprite based 2d games for a awhile now, but have not found real common sense explanations or tutorials, until i got this book. Wells explains everything in such a way that it makes you both laugh and understand his instructions at the same time.
He shows you how to program MIDP games exactly the way I would want someone to teach me, down to earth mixed with a little geek humor, which if your reading this book you will relate to.
Its takes you from basic to advanced and you never feel like your lost, its takes alot of time and concentration but thankfully to the way the book is laid out and Wells teaching style you dont get a headache, you feel like someone is right there with you showing you how to do it.
Worried about MIDP 2.0? Dont be, you need to learn everything thats in this book in the first place before you even worry about 2.0, true this book is not a 2.0 reference, but if your a java developer then you know how easy it is to transition into a new API implentation once you know the prior. After your done with this you can look at MIDP 2.0 and use what you want to from the new release to take your game one more step forward.
Highly reccomend.J2ME Game Programming (Game Development) OverviewJ2ME Game Programming takes the reader from the birth of the game idea, through the hours of fun programming it, and then finally through the quest of getting the new game published.The main project in the book is the creation of the reader's own J2ME game, including assessment of the game's lifecycle, how to handle resources, various methods of drawing to the screen, optimizing memory usage, handling the users input, and even sharing high-scores online!The business models of the J2ME market are very independent-friendly, which is attractive to many programmers who are looking for the knowledge they need to make a few bucks on their own games.When working on a limited platform it is important to squeeze as much as possible out of those precious bytes -- in this book readers will find the tools and source code they need to get the most out of the constrained resources and successfully create their own game.

Want to learn more information about J2ME Game Programming (Game Development)?

>> Click Here to See All Customer Reviews & Ratings Now
Read More...

Alfresco Enterprise Content Management Implementation: How to Install, use, and customize this powerful, free, Open Source Java-based Enterprise CMS Review

Alfresco Enterprise Content Management Implementation: How to Install, use, and customize this powerful, free, Open Source Java-based Enterprise CMS
Average Reviews:

(More customer reviews)
Are you looking to buy Alfresco Enterprise Content Management Implementation: How to Install, use, and customize this powerful, free, Open Source Java-based Enterprise CMS? Here is the right place to find the great deals. we can offer discounts of up to 90% on Alfresco Enterprise Content Management Implementation: How to Install, use, and customize this powerful, free, Open Source Java-based Enterprise CMS. Check out the link below:

>> Click Here to See Compare Prices and Get the Best Offers

Alfresco Enterprise Content Management Implementation: How to Install, use, and customize this powerful, free, Open Source Java-based Enterprise CMS ReviewThe target audience of the book appears to be a technical person who is evaluating and getting started with Alfresco. The core strength of this book is as an aid to explore the functionality of the Alfresco web client and to learn how to configure and extend it. As with most Java applications, most of Alfresco's behavior is managed through a series of XML files. The examples of how to manipulate these files in the book and as part of an accompanying download are very good. And when you go through these exercises and open up the files you can't help but notice other settings that might be useful to modify as well. I think it would be helpful to discuss the underlying technologies that support the Alfresco platform and also tips for tuning the software to meet the performance and availability demands of an actively used implementation. But those topics might be more appropriate for an advanced book. For an Alfresco beginner (and there are a lot of people who fit that description out there), this book is a great introduction.Alfresco Enterprise Content Management Implementation: How to Install, use, and customize this powerful, free, Open Source Java-based Enterprise CMS OverviewThis well-crafted and easy-to-use book is a complete guide to implementing enterprise content management in your business using Alfresco. It guides you through creating smart, collaborative content repositories, and shows how to use Alfresco to create more elegant document sharing, better collaborative working, and reliable automated workflow processes. This book is designed for system administrators, experienced users or developers who want to install and use Alfresco in their teams or businesses. Because Alfresco is free many teams can install and experiment with its ECM features without any upfront cost, often without management approval. The book assumes a degree of technical confidence but does not require specialist sysadmin or developer skills to get a basic system up and running. Alfresco is particularly suitable for IT consultants who want or need to set up a flexible enterprise content management system for their clients, be that for demonstration, development, or as a mission-critical platform. This book gets you to that result quickly and effectively.

Want to learn more information about Alfresco Enterprise Content Management Implementation: How to Install, use, and customize this powerful, free, Open Source Java-based Enterprise CMS?

>> Click Here to See All Customer Reviews & Ratings Now
Read More...

Head First Servlets and JSP: Passing the Sun Certified Web Component Developer Exam Review

Head First Servlets and JSP: Passing the Sun Certified Web Component Developer Exam
Average Reviews:

(More customer reviews)
Are you looking to buy Head First Servlets and JSP: Passing the Sun Certified Web Component Developer Exam? Here is the right place to find the great deals. we can offer discounts of up to 90% on Head First Servlets and JSP: Passing the Sun Certified Web Component Developer Exam. Check out the link below:

>> Click Here to See Compare Prices and Get the Best Offers

Head First Servlets and JSP: Passing the Sun Certified Web Component Developer Exam ReviewThis book was used as the sole text in a class on Java EE servlets and scripting. The subtitle, "Passing the Sun Certified Web Componet Developer Exam" should have been the main title, since it deals mostly with the memorization of terms and mock quizzes for the purpose of passing the Sun Exam.
As a textbook it is inadequate. The book purports to be using the latest in "cognitive science and learning theory," but in my opinion it is simply juvenile humor applied to mask its lack of substance and poor organization. Information is haphazardly presented and continually interrupted with dumb gags that distract from the material. The technical details of servlets and JSPs are dealt with in only a superficial manner. Actual code fragments used to illustrate concepts are few and lack meaningful context. Fully half of its 879 pages are wasted on silly cartoon-like quips. If you aren't absolutely required to use this book, save your money and get something that treats the topic seriously.Head First Servlets and JSP: Passing the Sun Certified Web Component Developer Exam Overview
Looking to study up for the new J2EE 1.5 Sun Certified Web Component Developer (SCWCD) exam? This book will get you way up to speed on the technology you'll know it so well, in fact, that you can pass the brand new J2EE 1.5 exam. If that's what you want to do, that is. Maybe you don't care about the exam, but need to use servlets and JSPs in your next project. You're working on a deadline. You're over the legal limit for caffeine. You can't waste your time with a book that makes sense only AFTER you're an expert (or worse, one that puts you to sleep). Learn how to write servlets and JSPs, what makes a web container tick (and what ticks it off), how to use JSP's Expression Language (EL for short), and how to write deployment descriptors for your web applications. Master the c:out tag, and get a handle on exactly what's changed since the older J2EE 1.4 exam. You don't just pass the new J2EE 1.5 SCWCD exam, you'll understand this stuff and put it to work immediately.Head First Servlets and JSP doesn't just give you a bunch of facts to memorize; it drives knowledge straight into your brain. You'll interact with servlets and JSPs in ways that help you learn quickly and deeply. And when you're through with the book, you can take a brand-new mock exam, created specifically to simulate the real test-taking experience.


Want to learn more information about Head First Servlets and JSP: Passing the Sun Certified Web Component Developer Exam?

>> Click Here to See All Customer Reviews & Ratings Now
Read More...

Java For Dummies Review

Java For Dummies
Average Reviews:

(More customer reviews)
Are you looking to buy Java For Dummies? Here is the right place to find the great deals. we can offer discounts of up to 90% on Java For Dummies. Check out the link below:

>> Click Here to See Compare Prices and Get the Best Offers

Java For Dummies ReviewI am a mature University student studying Web Development and Programming.I needed a gentle introduction to Java, and this book has provided just that.It takes the reader by the hand and introduces all of the basic concepts in an informative and uncomplicated manner (not an easy task).
The author is also very accesible.I had a problem with some code and he responded to my email within hours.(He pointed me to a posting on his Weblog which did just the trick).
I approached Java with some trepidation but thanks to Mr Burd I am now feeling very confident about tackling the more complicated issues.
I am also more than holding my own at University.I can`t thank the author enough.
An introduction to Java that I would highly recommend to anyone.Java For Dummies OverviewStart building powerful programs with Java 6—fast!
Get an overview of Java 6 and begin building your own programs
Even if you're new to Java programming—or to programming in general—you can get up and running on this wildly popular language in a hurry. This book makes it easy! From how to install and run Java to understanding classes and objects and juggling values with arrays and collections, you will get up to speed on the new features of Java 6 in no time.
Discover how to
Use object-oriented programming
Work with the changes in Java 6 and JDK 6
Save time by reusing code
Mix Java and Javascript with the new scripting tools
Troubleshoot code problems and fix bugs

All on the bonus CD-ROM
Custom build of JCreator and all the code files used in the book
Bonus chapters not included in the book
Trial version of Jindent, WinOne, and NetCaptor freeware

System Requirements: For details and complete system requirements, see the CD-ROM appendix.
Note: CD-ROM/DVD and other supplementary materials are not included as part of eBook file.

Want to learn more information about Java For Dummies?

>> Click Here to See All Customer Reviews & Ratings Now
Read More...

The Java Class Libraries: An Annotated Reference (Java Series) (v. 1) Review

The Java Class Libraries: An Annotated Reference (Java Series) (v. 1)
Average Reviews:

(More customer reviews)
Are you looking to buy The Java Class Libraries: An Annotated Reference (Java Series) (v. 1)? Here is the right place to find the great deals. we can offer discounts of up to 90% on The Java Class Libraries: An Annotated Reference (Java Series) (v. 1). Check out the link below:

>> Click Here to See Compare Prices and Get the Best Offers

The Java Class Libraries: An Annotated Reference (Java Series) (v. 1) ReviewThis is a great book, but you want the second edition, which covers up to Java 1.1. Its ISBN is different.The Java Class Libraries: An Annotated Reference (Java Series) (v. 1) OverviewProviding coverage of the Java API and the Window Toolkit and Applet packages, this text features detailed examples that are drawn from the author's experience of programming with the API.

Want to learn more information about The Java Class Libraries: An Annotated Reference (Java Series) (v. 1)?

>> Click Here to See All Customer Reviews & Ratings Now
Read More...