Core Java Volume I -- Fundamentals, 10/e (Paperback)
暫譯: 核心 Java 第 I 卷 -- 基礎知識, 第 10 版 (平裝)
Cay S. Horstmann
- 出版商: Prentice Hall
- 出版日期: 2016-01-01
- 定價: $2,100
- 售價: 6.0 折 $1,260
- 語言: 英文
- 頁數: 1040
- 裝訂: Paperback
- ISBN: 0134177304
- ISBN-13: 9780134177304
-
相關分類:
Java 程式語言
-
相關翻譯:
Java 核心技術 (捲Ⅰ) : 基礎知識, 10/e (簡中版)
-
其他版本:
Core Java Volume I -- Fundamentals, 11/e (Paperback)
買這商品的人也買了...
-
深入淺出 Java 程式設計, 2/e (Head First Java, 2/e)$880$695 -
Crafting a Compiler (IE-Paperback)$1,250$1,225 -
大話資料結構$590$466 -
ASP.NET MVC 5 網站開發美學$780$616 -
伺服器端的 script 的帝王-成為 Node.js 高手的最後一哩$540$459 -
Android App 程式設計教本之無痛起步 -- 使用 Android Studio 開發環境$550$468 -
接案我最行:jQuery 經典範例必殺技$480$408 -
精通 Python|運用簡單的套件進行現代運算 (Introducing Python: Modern Computing in Simple Packages)$780$616 -
完整學會 Git, GitHub, Git Server 的24堂課$360$284 -
STM32F4-Discovery$680$680 -
Kali Linux 滲透測試工具, 2/e$500$395 -
深入淺出 Android 開發 (Head First Android Development)$980$774 -
用 LinkIt One 玩出物聯網大未來 (附入門影音教學/全書範例)$380$300 -
iOS 9 App 程式設計實力超進化實戰攻略:知名iOS教學部落格AppCoda作家親授實作關鍵技巧讓你不NG (Beginning iOS 9 Programming with Swift)$690$538 -
Raspberry Pi 最佳入門與實戰應用, 2/e (適用 Raspberry Pi 2/Raspberry Pi 第一代)$450$356 -
CSS Secrets 中文版|解決網頁設計問題的有效秘訣 (CSS Secrets: Better Solutions to Everyday Web Design Problems)$680$537 -
設計模式與遊戲開發的完美結合$690$538 -
7天學會 Git 版本控制 (Git Essentials)$280$218 -
跨平台 Android‧iPhone 程式開發: 使用 Visual Studio Community + Cordova/PhoneGap + jQuery Mobile$590$502 -
Raspberry Pi 3 Model B (Made in the U.K.)$1,600$1,600 -
職業駭客的告白 : 軟體反組譯、木馬病毒與入侵翻牆竊密$620$484 -
Absolute C++, 6/e (IE-Paperback)$1,350$1,323 -
$1,260Core Java Volume II -- Advanced Features, 10/e (Paperback) -
Discrete Mathematics, 8/e (GE-Paperback)$1,320$1,294 -
Linear Algebra and Its Applications, 6/e (GE-Paperback)$1,380$1,352
商品描述
Core Java® has long been recognized as the leading, no-nonsense tutorial and reference for experienced programmers who want to write robust Java code for real-world applications. Now, Core Java®, Volume I—Fundamentals, Tenth Edition, has been extensively updated to reflect the most eagerly awaited and innovative version of Java in years: Java SE 8. Rewritten and reorganized to illuminate new Java SE 8 features, idioms, and best practices, it contains hundreds of example programs—all carefully crafted for easy understanding and practical applicability.
Writing for serious programmers solving real-world problems, Cay Horstmann helps you achieve a deep understanding of the Java language and library. In this first volume of the two-volume work, Horstmann focuses on fundamental language concepts and the foundations of modern user interface programming. You’ll find in-depth coverage of topics ranging from Java object-oriented programming to generics, collections, lambda expressions, Swing UI design, and the latest approaches to concurrency and functional programming. This guide will help you
-
Leverage your existing programming knowledge to quickly master core Java syntax
-
Understand how encapsulation, classes, and inheritance work in Java
-
Master interfaces, inner classes, and lambda expressions for functional programming
-
Improve program robustness with exception handling and effective debugging
-
Write safer, more readable programs with generics and strong typing
-
Use pre-built collections to collect multiple objects for later retrieval
-
Master concurrent programming techniques from the ground up
-
Build modern cross-platform GUIs with standard Swing components
-
Deploy configurable applications and applets, and deliver them across the Internet
-
Simplify concurrency and enhance performance with new functional techniques
If you’re an experienced programmer moving to Java SE 8, Core Java®, Tenth Edition, will be your reliable, practical companion—now and for many years to come.
Look for the companion volume, Core Java®, Volume II—Advanced Features, Tenth Edition (ISBN-13: 978-0-13-417729-8), for coverage of Java 8 streams, input and output, XML, databases, annotations, and other advanced topics.
Register your product at informit.com/register for convenient access to downloads, updates, and corrections as they become available.
商品描述(中文翻譯)
Core Java® 長期以來被認為是經驗豐富的程式設計師撰寫穩健 Java 代碼以應對現實應用的首選、實用的教程和參考書籍。現在,Core Java®, Volume I—Fundamentals, Tenth Edition, 已經進行了廣泛的更新,以反映多年來最受期待和創新的 Java 版本:Java SE 8。這本書重新編寫和重新組織,以闡明新的 Java SE 8 特性、慣用法和最佳實踐,包含數百個範例程式,所有範例都經過精心設計,以便於理解和實際應用。
撰寫針對解決現實問題的嚴謹程式設計師,Cay Horstmann 幫助您深入理解 Java 語言和庫。在這部兩卷本作品的第一卷中,Horstmann 專注於基本語言概念和現代用戶界面編程的基礎。您將發現涵蓋從 Java 物件導向編程到泛型、集合、Lambda 表達式、Swing UI 設計以及最新的併發和函數式編程方法的深入內容。本指南將幫助您:
-
利用您現有的程式設計知識快速掌握核心 Java 語法
-
理解封裝、類別和繼承在 Java 中的運作方式
-
掌握介面、內部類別和 Lambda 表達式以進行函數式編程
-
透過例外處理和有效的除錯來提高程式的穩健性
-
使用泛型和強類型編寫更安全、更易讀的程式
-
使用預建集合來收集多個物件以便後續檢索
-
從基礎開始掌握併發編程技術
-
使用標準的 Swing 元件構建現代跨平台 GUI
-
部署可配置的應用程式和小應用程式,並通過互聯網傳遞它們
-
簡化併發並利用新的函數式技術提升性能
如果您是一位轉向 Java SE 8 的經驗豐富的程式設計師,Core Java®, Tenth Edition, 將是您可靠且實用的夥伴——現在及未來多年。
尋找伴隨卷, Core Java®, Volume II—Advanced Features, Tenth Edition (ISBN-13: 978-0-13-417729-8),涵蓋 Java 8 流、輸入和輸出、XML、數據庫、註解及其他高級主題。
在 informit.com/register 註冊您的產品,以便方便地訪問下載、更新和修正,隨時可用。
