lambda運算式權威指南 《精通lambda運算式:Java多核程式設計》介紹Java SE 8中與lambda相關的特性是如何幫助Java迎接下一代並行硬體架構的挑戰的。本書講解了如何編寫lambda、如何在流與集合處理中使用lambda,並且提供了完整的代碼示例。你將學習如何通過lambda運算式充分利用當今多核硬體所帶來的性能改進。 主要內容:為何需要lambda,它將如何改變Java程式
If you are a Java developer, student, researcher, or hobbyist wanting to create computer vision applications in Java then this book is for you. If you are an experienced C/C++ developer who is
HotSpot VM 是目前市面上高性能JVM 的代表作之一,它採用解譯器+JIT 編譯器的混合執行引擎,使得Java 程式的執行性能從此有了質的飛躍。本書以極其精練的語句詮釋了HotSpot VM 的方方面面,比如:位元組碼的編譯原理、位元組碼的內部組成結構、通過源碼的方式剖析HotSpot VM 的啟動過程和初始化過程、Java 虛擬機器的運行時記憶體、垃圾收集演算法、垃圾收集器(重點講解了S
The Pragmatic Programmers classic is back! Freshly updated for modern software development,Pragmatic Unit Testing in Java 8 With JUnit teaches you how to write and run easily maintained unit tests in
Discover the power of Java for developing applications with the engaging, hands-on approach in Farrell's JAVA PROGRAMMING, 8E. With this book, even first-time programmers can quickly develop useful pr
本書是《瘋狂Java講義》的第3版,第3版保持了前兩版系統、全面、講解淺顯、細緻的特性,全面新增介紹了Java 8的新特性,本書大部分示例程式都採用Lambda運算式、流式API進行了改寫,因此務必使用Java 8的JDK來編譯、運行。 本書深入介紹了Java程式設計的相關方面,全書內容覆蓋了Java的基本語法結構、Java的物件導向特徵、Java集合框架體系、Java泛型、異常處理、Java G
This volume covers all the fundamentals of Java programming, introducing the core concepts of object-oriented coding at an early stage to ensure readers a swift and secure grasp of the processes, acco
Practical Spring LDAP is your guide to developing Java-based enterprise applications using the Spring LDAP Framework. This book explains the purpose and fundamental concepts of LDAP before giving a co
Designed for a CS2 data structures course, this text provides a thorough but concise overview of data structures as well as a gradual introduction to Java. It uses a concise style and includes pseudoc