Murach's Java SE 6
            
暫譯: Murach的Java SE 6
        
        Joel Murach, Andrea Steelman
- 出版商: Mike Murach
- 出版日期: 2007-04-20
- 售價: $1,680
- 貴賓價: 9.5 折 $1,596
- 語言: 英文
- 頁數: 832
- 裝訂: Paperback
- ISBN: 1890774421
- ISBN-13: 9781890774424
- 
    相關分類:
    
      Java 程式語言
 
無法訂購
買這商品的人也買了...
- 
                
                   程式設計專家手冊 (The Practice of Programming) 程式設計專家手冊 (The Practice of Programming)$420$332
- 
                
                   專案管理策略精論:專案管理的策略規劃與實施 (Project Management: Strategic Design and Implementation, 4/e) 專案管理策略精論:專案管理的策略規劃與實施 (Project Management: Strategic Design and Implementation, 4/e)$780$663
- 
                
                   Head First Java, 2/e (Paperback) Head First Java, 2/e (Paperback)$2,100$1,995
- 
                
                   深入淺出 Java 程式設計, 2/e (Head First Java, 2/e) 深入淺出 Java 程式設計, 2/e (Head First Java, 2/e)$880$695
- 
                
                   Java 認證 SCJP 5.0 猛虎出閘 Java 認證 SCJP 5.0 猛虎出閘$650$514
- 
                
                   PMP Exam Prep: Rita's Course in a Book for Passing the PMP Exam, 5/e PMP Exam Prep: Rita's Course in a Book for Passing the PMP Exam, 5/e$3,026$2,875
- 
                
                   $749Beginning POJOs: From Novice to Professional (Paperback) $749Beginning POJOs: From Novice to Professional (Paperback)
- 
                
                   SQL 語法範例辭典 SQL 語法範例辭典$550$468
- 
                
                   初探 VoIP (Voice over IP First-step) 初探 VoIP (Voice over IP First-step)$390$332
- 
                
                   CSS、HTML、XHTML 精緻範例辭典 CSS、HTML、XHTML 精緻範例辭典$450$383
- 
                
                   Linux 驅動程式, 3/e (Linux Device Drivers, 3/e) Linux 驅動程式, 3/e (Linux Device Drivers, 3/e)$980$774
- 
                
                   深入淺出物件導向分析與設計 (Head First Object-Oriented Analysis and Design) 深入淺出物件導向分析與設計 (Head First Object-Oriented Analysis and Design)$880$695
- 
                
                   Windows Mobile 平台應用與開發 Windows Mobile 平台應用與開發$520$199
- 
                
                   Pragmatic Software Testing: Becoming an Effective and Efficient Test Professional (Paperback) Pragmatic Software Testing: Becoming an Effective and Efficient Test Professional (Paperback)$2,040$1,938
- 
                
                   C++ Primer, 4/e (中文版) C++ Primer, 4/e (中文版)$990$891
- 
                
                   ASP.NET AJAX 應用剖析立即上手 ASP.NET AJAX 應用剖析立即上手$580$452
- 
                
                   ASP.NET AJAX 經典範例 100─使用 VC# ASP.NET AJAX 經典範例 100─使用 VC#$750$593
- 
                
                   現代嵌入式系統開發專案實務-菜鳥成長日誌與專案經理的私房菜 現代嵌入式系統開發專案實務-菜鳥成長日誌與專案經理的私房菜$600$480
- 
                
                   CCNA: Cisco Certified Network Associate Study Guide (Exam 640-802), 6/e CCNA: Cisco Certified Network Associate Study Guide (Exam 640-802), 6/e$1,800$1,710
- 
                
                   Visual C# 程式設計實務教本 Visual C# 程式設計實務教本$600$510
- 
                
                   CCNA 認證教戰手冊 (CCNA: Cisco Certified Network Associate Study Guide (Exam 640-802), 6/e) CCNA 認證教戰手冊 (CCNA: Cisco Certified Network Associate Study Guide (Exam 640-802), 6/e)$1,180$1,003
- 
                
                   深入淺出 C# (Head First C#) 深入淺出 C# (Head First C#)$980$774
- 
                
                   深入淺出 Android 系統原理及開發要點 深入淺出 Android 系統原理及開發要點$450$351
- 
                
                   前進 Android Market!Google Android SDK 實戰演練 前進 Android Market!Google Android SDK 實戰演練$850$672
- 
                
                   Google Android 2.X 應用程式開發實戰, 2/e Google Android 2.X 應用程式開發實戰, 2/e$580$458
商品描述
Description
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 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.
From the PublisherDevelopers often tell me they wish they'd found our Java book first, before spending time and money on others. Here are 4 of the reasons why I believe this book will work equally well for you:
#1: The first six chapters get you off to a fast start
By the time you complete these chapters, you'll be writing bulletproof, object-oriented applications with business classes and objects. These chapters work well for the complete beginner. But they also get the experienced developer up-to-speed fast.#2: The class summaries help you master the Java API and save you hours of research
Although most books present dozens of coding examples that illustrate the use of some Java classes, they don't try to summarize all of the classes, constructors, and methods that you'll use the most. Our book does both. For instance, to learn how to use the LinkedList class, you'll first see a summary of its primary constructors and methods. Then, you'll see coding examples that show you how you can apply those constructors and methods. This can save you hundreds of hours of research over the course of the book.#3: Chapters 7 and 8 show you how to use inheritance, interfaces, and polymorphism in a way that is both practical and understandable
You won't find any toy applications or cat and dog objects in these chapters. Instead, you'll study practical examples that show you how to use inheritance, polymorphism, interfaces, type-safe enumerations, and the factory pattern in business applications. This at last takes the mystery out of object-oriented programming. And we just haven't seen this done right in any other book.#4: The paired-pages format lets you set your own pace
Murach books have a distinctive format, where each two-page spread presents a single topic. Both beginning and experienced developers find that this format makes it easy to focus on the information they need, whether they're using the book for training or reference. To see how this works, you can download sample chapters for free from the Murach web site.
商品描述(中文翻譯)
**描述**
這本書教你如何在專業層面上開發 Java 應用程式。它首先展示如何編寫、測試和除錯不會崩潰的日常商業應用程式。它以易於理解且在現實世界中有用的方式介紹物件導向特性,如類別、繼承、介面和多型……這是 Java 訓練中常常缺失的觀點。它介紹了基本的 Java 技能,例如處理資料類型、控制語句、陣列、集合、泛型、列舉、例外、執行緒、Swing 元件、小應用程式以及文本和二進位檔案。它涵蓋了新的 Java SE 6 特性,如新的 JDBC 特性、StAX XML API 和內建的 Derby 資料庫。而這一切都是以 Murach 獨特的風格完成的,該風格已經培訓專業程式設計師超過 30 年。
**來自出版商的話**
開發者經常告訴我,他們希望在花時間和金錢在其他書籍之前,能先找到我們的 Java 書籍。以下是我相信這本書對你同樣有效的四個理由:
**#1: 前六章讓你快速入門**  
當你完成這些章節時,你將能夠編寫堅如磐石的物件導向應用程式,並使用商業類別和物件。這些章節非常適合完全的初學者,但也能讓有經驗的開發者迅速跟上進度。
**#2: 類別摘要幫助你掌握 Java API,節省你數小時的研究時間**  
雖然大多數書籍提供數十個編碼範例來說明某些 Java 類別的使用,但它們並不試圖總結你最常使用的所有類別、建構子和方法。我們的書籍同時做到這一點。例如,為了學習如何使用 LinkedList 類別,你將首先看到其主要建構子和方法的摘要。然後,你將看到編碼範例,展示如何應用這些建構子和方法。這可以在整本書中為你節省數百小時的研究時間。
**#3: 第 7 和第 8 章展示如何以實用且易於理解的方式使用繼承、介面和多型**  
在這些章節中,你不會找到任何玩具應用程式或貓狗物件。相反,你將研究實際範例,展示如何在商業應用程式中使用繼承、多型、介面、安全類型的列舉和工廠模式。這終於揭開了物件導向程式設計的神秘面紗。我們在其他書籍中並未見到這樣的正確做法。
**#4: 配對頁面格式讓你可以自行掌控學習進度**  
Murach 書籍有一種獨特的格式,每兩頁展示一個主題。無論是初學者還是有經驗的開發者,都會發現這種格式使他們能夠輕鬆專注於所需的信息,無論是用於訓練還是參考。要了解這是如何運作的,你可以從 Murach 網站免費下載樣章。

 
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
    
 
     
    
 
    
