Vous voulez voir cette page en français ? Cliquez ici.


or
Sign in to turn on 1-Click ordering.
or
Amazon Prime Free Trial required. Sign up when you check out. Learn More
More Buying Choices
Have one to sell? Sell yours here
Tell the Publisher!
I'd like to read this book on Kindle

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

Murach's Java SE 6 [Paperback]

Joel Murach , Andrea Steelman
5.0 out of 5 stars  See all reviews (1 customer review)
List Price: CDN$ 53.47
Price: CDN$ 42.30 & this item ships for FREE with Super Saver Shipping. Details
You Save: CDN$ 11.17 (21%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
Only 1 left in stock (more on the way).
Ships from and sold by Amazon.ca. Gift-wrap available.
Want it delivered Wednesday, May 22? Choose One-Day Shipping at checkout.

Formats

Amazon Price New from Used from
Paperback CDN $37.93  
Paperback, April 20 2007 CDN $42.30  
There is a newer edition of this item:
Murach's Java Programming Murach's Java Programming 5.0 out of 5 stars (1)
CDN$ 37.93
In Stock.

Book Description

April 20 2007 Murach: Training & Reference
This 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 wont crash. It presents object-oriented features like classes, inheritance, interfaces, and polymorphism in a way thats both understandable and useful in the real world perspective thats 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 its all done in the distinctive Murach style that has been training professional programmers for more than 30 years.

Frequently Bought Together

Murach's Java SE 6 + Murach's Java Servlets and JSP, 2nd Edition + Murach's PHP and MySQL
Price For All Three: CDN$ 113.15

Show availability and shipping details

  • In Stock.
    Ships from and sold by Amazon.ca.
    This item ships for FREE with Super Saver Shipping. Details

  • Murach's Java Servlets and JSP, 2nd Edition CDN$ 34.80

    In Stock.
    Ships from and sold by Amazon.ca.
    This item ships for FREE with Super Saver Shipping. Details

  • Murach's PHP and MySQL CDN$ 36.05

    In Stock.
    Ships from and sold by Amazon.ca.
    This item ships for FREE with Super Saver Shipping. Details


Customers Who Bought This Item Also Bought


Product Details


Inside This Book (Learn More)
Explore More
Concordance
Browse Sample Pages
Front Cover | Copyright | Table of Contents | Excerpt | Index | Back Cover
Search inside this book:

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

What Other Items Do Customers Buy After Viewing This Item?


Customer Reviews

4 star
0
3 star
0
2 star
0
1 star
0
5.0 out of 5 stars
5.0 out of 5 stars
Most helpful customer reviews
5.0 out of 5 stars Best way to learn Java Oct 4 2010
Format:Paperback
Murach's Java SE6 is the best tutorial to learn Java. It is much better than Sun's(now Oracle's) tutorial and all the other books I tried. The editor's idea to use every left page for text and theory, and every right page for reference and practice is awsome. Every page brings concepts that you can immediately use. Every step is introduced with examples, with debugging exercises, with small changes to be done to examples and small development and practices to search documentation and use tools. I am sure that some critics will say that it is not a top down approach to the object oriented universe or a systematic exploration of the java language, but based on my 40 years of experience in programming, analysis, system design and project management I can tell you it is the best way to learn and it is fun. Java is not as elegant as Smalltalk when I learned it with Digitalk and with Adele Golberg's "Smalltalk 80" book but Java is much more powerfull with today's technology and job market. This practical book opens the door to it all.
Was this review helpful to you?
Most Helpful Customer Reviews on Amazon.com (beta)
Amazon.com: 4.2 out of 5 stars  61 reviews
32 of 32 people found the following review helpful
5.0 out of 5 stars Murach's Java SE 6 Oct 21 2007
By John Yeary - Published on Amazon.com
Format:Paperback
There 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.
14 of 14 people found the following review helpful
4.0 out of 5 stars Fabulous Intro To Java Aug 14 2007
By C. Owen - Published on Amazon.com
Format:Paperback
This book provides a cornucopeia of subjects that most intro to Java books briefly touch on, such as threading, setting up the Java environment on the windows pc,and the tutorials and instructions on using the various Java IDE's. I found these tutorials concise and easier to follow than on the Java web site.

As always, Murach's treatment of OOP concepts impressed me. By displaying these concepts in a real-world application it reinforces your learning heads, leaps, bounds and miles over OOP object models of cats, widgets, etc.

Best of all the code examples work! I can tell you how about the frustration of typing a 2-page code sample to realize, oops,the code sample doesn't work.

The main area the book failed to meet expectations revolved around the weakness of its database section. Providing only a command line version of the database application reduced my rating from 5 to 4.
18 of 21 people found the following review helpful
5.0 out of 5 stars Murach does good books May 12 2007
By John Matlock - Published on Amazon.com
Format:Paperback
There are probably a couple of hundred changes and improvements that have been included in the new release of Java. The problem is that after three or four releases, the new product additions bring a decreasing amount of utility to the package. By version 3 or 4 the stuff that we really need is there.

Java 6 has two additions that fall into my definition of really nice new things. One, is that Java continues to get faster as new editions come out. There's nothing you have to do to make it run faster so there isn't much said about this in the book.

The second new thing is that Java now incorporates an integral database. It's a relatively new database called Derby. This is a small database, written entirely in Java as part of the Apache project. In this book there is a lengthy chapter, some 32 pages, covering the use of the database from Java. This book does not include a discussion of Derby SQL, that will have to be another book. [Note: Derby is the same product as IBM's Cloudscape database.]

This book is a general introductory book to Java it starts with downloading the software from Sun and carries it forth to rather complex programming. It is, as is standard with the Murach books, very professionally done, tightly edited, complete, and probably the best book on the subject.
Search Customer Reviews
Only search this product's reviews

Listmania!

Create a Listmania! list

Look for similar items by category


Feedback


Amazon.ca Privacy Statement Amazon.ca Shipping Information Amazon.ca Returns & Exchanges