Get a grounding in polymorphism and other fundamental aspects of object-oriented program design and implementation, and learn a subset of design patterns that any practicing Java professional simply m
Java語言是近二十年來最為流行的通用面向對象程序設計語言,當今程序幾乎都採用圖形用戶界面(GUI)。本書以NetBeans IDE為開發工具,以Java語言基礎知識和基本語法、Java GUI程序的可視化設計方法、最新的Java SE 8和Java SE 9及Java SE 10等版本類庫中有關的實用類的使用為主要內容,介紹Java面向對象程序設計方法及應用型Java GUI程序設計方法。全書所
This updated edition of Java in a Nutshell not only helps experienced Java programmers get the most out of Java versions 9 through 11, it’s also a learning path for new developers. Chock full of
Microservices break down a large application into smaller components, each interacting with each other to create a united whole. As each component can start, stop, and scale independently, so the whol
Write code that's clean, concise, and to the point: code that others will read with pleasure and reuse. Comparing your code to that of expert programmers is a great way to improve your coding skills.
本書以最新的Java SE 8爲基礎,全面講解Java編程語言、Java面向對象技術和Java核心類庫。全書共18章,主要內容包括Java語言基礎(數據類型、運算符與表達式、程序流程控制)、類與對象基礎、數組與字符串、Java面向對象特徵(類的繼承與多態、內部類與注解類型、接口與Lambda表達式)、常用核心類、泛型與集合框架、异常處理、輸入輸出、JavaFX圖形界面及事件處理、常用控件、JDBC
Master the fundamentals of Scala and understand its emphasis on functional programming that sets it apart from Java. This book will help you translate what you already know in Java to Scala to start y
Readers familiar with Cay Horstmann's original, two-volume Core Java books who are looking for a comprehensive but condensed guide to all of the new features and functions of Java SE 9 will
With traditional software unit tests, there’s never a guarantee that an application will actually function correctly in the production environment. When you add microservices, testing becomes even mor
本書涵蓋Java SE 6的基礎知識和核心內容,從Java語言的基本概念入手,注重Java語言的物件導向特性,強調物件導向的程式設計思想,在實例上注重實用性和啟發性;根據“Java語言程式設計”課程的教學大綱,採用由淺入深、理論與實踐相結合的基本技巧,同時確保一定的廣度和深度。 全書共分11章,主要內容包括Java語言概述,Java語言基礎,運算子、運算式與語句,Java物件導向基礎,常用類,Ja
Your complete certification guide on the path to Oracle Java SEThe Oracle Java SE Certification track now consists of three levels – Associate (OCA), Professional (OCP), and Master (OCM). This valuabl
本書基於最新的Java EE 7規範對Java EE的基礎知識和應用開發技術進行系統講解。書中主要內容分為五篇:入門篇對Java EE基本的介紹。第一篇介紹了Java EE的概念和Java語言基礎以及實際開發中涉及的各種基礎技術,包括SQL語言與MySQL、XML、HTML、CSS、JavaScript、Servlet、JSP等,可使讀者全面認識Java EE以及各種基礎技術。第二篇以Java E
Data Structures: Abstraction and Design Using Java, 3rd Edition, combines a strong emphasis on problem solving and software design with the study of data structures. The authors discuss applications o