Core Java for the Impatient (Paperback)
暫譯: 急躁者的核心 Java
Cay S. Horstmann
- 出版商: Addison Wesley
- 出版日期: 2015-02-16
- 定價: $1,650
- 售價: 6.0 折 $990
- 語言: 英文
- 頁數: 512
- 裝訂: Paperback
- ISBN: 0321996321
- ISBN-13: 9780321996329
-
相關分類:
Java 程式語言
-
相關翻譯:
寫給大忙人看的Java核心技術 (簡中版)
-
其他版本:
Core Java for the Impatient, 3/e (Paperback)
買這商品的人也買了...
-
大話設計模式$620$490 -
JavaScript 大全, 6/e (JavaScript: The Definitive Guide: Activate Your Web Pages, 6/e)$1,200$948 -
Arduino 基礎入門套件 (附範例程式下載連結)$950$903 -
超圖解 Arduino 互動設計入門, 2/e$680$578 -
CentOS 7 建置、管理與伺服器架設實戰$580$452 -
HTML5 完美風暴 III, 3/e$1,000$950 -
JavaScript 應用程式開發實務 (Programming JavaScript Applications: Robust Web Architecture with Node, HTML5, and Modern JS Libraries)$480$379 -
Python 程式設計入門 (適用於 2.x 與 3.x 版)$620$484 -
大數據的下一步:用Spark玩轉活用$480$408 -
R 軟體資料分析基礎與應用 (R for Everyone: Advanced Analytics and Graphics)$650$553 -
人人都是網站分析師|看穿網站流量的祕密$380$300 -
完整學會 Git, GitHub, Git Server 的24堂課$360$284 -
USB 3.1完全開發手冊, 5/e (USB Complete: The Developer's Guide, 5/e)$680$537 -
R語言資料分析活用範例詳解$520$442 -
我的 3D 列印機 2016/10/18 (No.55) <此為代訂商品(雜誌),恕不接受退貨及取消訂單>$549$522 -
王者歸來:JavaScript 最具代表性的 420個範例$790$672 -
iOS 9 App 程式設計實力超進化實戰攻略:知名iOS教學部落格AppCoda作家親授實作關鍵技巧讓你不NG (Beginning iOS 9 Programming with Swift)$690$538 -
Speaking JavaScript|簡明完整的 JS 精要指南 (Speaking JavaScript)$780$616 -
忍者:JavaScript 開發技巧探秘 (Secrets of the JavaScript Ninja)$590$460 -
CSS Secrets 中文版|解決網頁設計問題的有效秘訣 (CSS Secrets: Better Solutions to Everyday Web Design Problems)$680$537 -
鳥哥的 Linux 私房菜-基礎學習篇, 4/e$980$774 -
7天學會 Git 版本控制 (Git Essentials)$280$218 -
網站入侵現場鑑證實錄$380$300 -
ESP8266 串列介面 WiFi 模組 1MB$220$220 -
網路竟然這麼危險!阿里巴巴首席安全專家教你全方位保護網站, 3/e$540$459
相關主題
商品描述
The release of Java SE 8 introduced significant enhancements that impact the Core Java technologies and APIs at the heart of the Java platform. Many old Java idioms are no longer required and new features like lambda expressions will increase programmer productivity, but navigating these changes can be challenging.
Core Java® for the Impatient is a complete but concise guide to Java SE 8. Written by Cay Horstmann—the author of Java SE 8 for the Really Impatient and Core Java™, the classic, two-volume introduction to the Java language—this indispensable new tutorial offers a faster, easier pathway for learning the language and libraries. Given the size of the language and the scope of the new features introduced in Java SE 8, there’s plenty of material to cover, but it’s presented in small chunks organized for quick access and easy understanding.
If you’re an experienced programmer, Horstmann’s practical insights and sample code will help you quickly take advantage of lambda expressions (closures), streams, and other Java language and platform improvements. Horstmann covers everything developers need to know about modern Java, including
-
Crisp and effective coverage of lambda expressions, enabling you to express actions with a concise syntax
-
A thorough introduction to the new streams API, which makes working with data far more flexible and efficient
-
A treatment of concurrent programming that encourages you to design your programs in terms of cooperating tasks instead of low-level threads and locks
-
Up-to-date coverage of new libraries like Date and Time
-
Other new features that will be especially valuable for server-side or mobile programmers
Whether you are just getting started with modern Java or are an experienced developer, this guide will be invaluable for anyone who wants to write tomorrow’s most robust, efficient, and secure Java code.
商品描述(中文翻譯)
Java SE 8 的發布引入了顯著的增強功能,這些功能影響了 Java 平台核心的 Java 技術和 API。許多舊的 Java 慣用法不再需要,而像 lambda 表達式這樣的新特性將提高程式設計師的生產力,但適應這些變化可能會很具挑戰性。
Core Java® for the Impatient 是一本完整但簡明的 Java SE 8 指南。由 Cay Horstmann 撰寫——他是 Java SE 8 for the Really Impatient 和 Core Java™ 的作者,後者是經典的兩卷本 Java 語言入門書——這本不可或缺的新教程提供了一條更快、更簡單的學習語言和庫的途徑。考慮到語言的大小和 Java SE 8 中引入的新特性的範圍,有很多材料需要涵蓋,但這些內容以小塊的形式呈現,便於快速訪問和理解。
如果您是一位經驗豐富的程式設計師,Horstmann 的實用見解和範例代碼將幫助您快速利用 lambda 表達式(閉包)、流以及其他 Java 語言和平台的改進。Horstmann 涵蓋了開發人員需要了解的現代 Java 的所有內容,包括
-
對 lambda 表達式的清晰有效的介紹,使您能夠用簡潔的語法表達行動
-
對新流 API 的徹底介紹,使數據處理變得更加靈活和高效
-
對並發編程的處理,鼓勵您以協作任務的方式設計程序,而不是低級的線程和鎖
-
對新庫如日期和時間的最新介紹
-
其他對於伺服器端或移動程式設計師特別有價值的新特性
無論您是剛開始接觸現代 Java 還是經驗豐富的開發人員,這本指南對於任何想要編寫明天最穩健、高效和安全的 Java 代碼的人來說都是無價的。
