The upcoming Java 9 module system will affect existing applications and offer new ways of creating modular and maintainable applications. With this hands-on book, Java developers will learn not only a
Organized in two parts, this book provides 9 unique 50-question practice tests, covering the 9 OCA Java SE 8 Programmer I objective domains and 12 unique 40-question practice tests covering the 12 OCP
A Modern Approach to Functional Programming Objects First with Java: A Practical Introduction is an introduction to object-oriented programming for beginners. The main focus of the book is genera
本書以Java SE 6和NetBeans IDE為教學和實驗平臺,重點介紹Java程式設計的基礎理論及其應用,內容包括Java應用程式的開發過程、使用NetBeans IDE開發Java應用程式、基本類型、變數和運算式、程式流程圖與結構化程式設計、類與物件基礎、繼承性、封裝性和多態性、陣列、Java類庫及其應用、抽象類別、參考類型轉換和介面、異常處理、資料輸出輸入、多執行緒和Java小程式等。
Use Raspberry Pi with Java to create innovative devices that power the internet of things!Raspberry Pi with Java: Programming the Internet of Things (IoT) fills an important gap in knowledge between s
lambda運算式權威指南 《精通lambda運算式:Java多核程式設計》介紹Java SE 8中與lambda相關的特性是如何幫助Java迎接下一代並行硬體架構的挑戰的。本書講解了如何編寫lambda、如何在流與集合處理中使用lambda,並且提供了完整的代碼示例。你將學習如何通過lambda運算式充分利用當今多核硬體所帶來的性能改進。 主要內容:為何需要lambda,它將如何改變Java程式