Learn Java 17 Programming - Second Edition: Learn the fundamentals of Java Programming with this updated guide with the latest features

Samoylov, Nick

  • 出版商: Packt Publishing
  • 出版日期: 2022-07-29
  • 定價: $1,620
  • 售價: 9.0$1,458
  • 語言: 英文
  • 頁數: 748
  • 裝訂: Quality Paper - also called trade paper
  • ISBN: 1803241438
  • ISBN-13: 9781803241432
  • 相關分類: Java 程式語言
  • 立即出貨 (庫存=1)

商品描述

Explore the essential concepts of programming such as object-oriented, functional, and reactive programming by writing code and building projects using the latest LTS version of Java

Key Features

- A step-by-step guide for beginners to get started with programming in Java 17
- Explore core programming topics including GUI programming, concurrency, and error handling
- Write efficient code and build projects while learning the fundamentals of programming

Book Description

Java is one of the most preferred languages among developers. It is used in everything right from smartphones and game consoles to even supercomputers, and its new features simply add to the richness of the language.

This book on Java programming begins by helping you learn how to install the Java Development Kit. You'll then focus on understanding object-oriented programming (OOP), with exclusive insights into concepts such as abstraction, encapsulation, inheritance, and polymorphism, which will help you when programming for real-world apps. Next, you'll cover fundamental programming structures of Java such as data structures and algorithms that will serve as the building blocks for your apps with the help of sample programs and practice examples. You'll also delve into core programming topics that will assist you with error handling, debugging, and testing your apps. As you progress, you'll move on to advanced topics such as Java libraries, database management, and network programming and also build a sample project to help you understand the applications of these concepts.

By the end of this Java book, you'll not only have become well-versed with Java 17 but also gained a perspective into the future of this language and have the skills to code efficiently with best practices.

What you will learn

- Understand and apply object-oriented principles in Java
- Explore Java design patterns and best practices to solve everyday problems
- Build user-friendly and attractive GUIs with ease
- Understand the usage of microservices with the help of practical examples
- Discover techniques and idioms for writing high-quality Java code
- Get to grips with the usage of data structures in Java

Who this book is for

This book is for those who would like to start a new career in the modern Java programming profession, as well as those who do it professionally already and would like to refresh their knowledge of the latest Java and related technologies and ideas.

商品描述(中文翻譯)

探索程式設計的基本概念,如物件導向、函數式和反應式程式設計,透過撰寫程式碼和建立專案來使用最新的 Java LTS 版本。

主要特點:

- 逐步指南,幫助初學者開始使用 Java 17 進行程式設計。
- 探索核心程式設計主題,包括 GUI 程式設計、並行處理和錯誤處理。
- 在學習程式設計基礎的同時,撰寫高效的程式碼並建立專案。

書籍描述:

Java 是開發人員中最受歡迎的語言之一。從智慧型手機和遊戲主機到超級電腦,它被廣泛應用,而其新功能只增加了語言的豐富性。

這本 Java 程式設計書籍首先幫助您學習如何安裝 Java 開發工具包。然後,您將專注於理解物件導向程式設計(OOP),並深入了解抽象、封裝、繼承和多型等概念,這些概念將在實際應用程式編程時對您有所幫助。接下來,您將使用示例程式和練習範例探索 Java 的基本程式設計結構,如資料結構和演算法,這些將成為您應用程式的基礎。您還將深入研究核心程式設計主題,以協助您處理錯誤、進行除錯和測試應用程式。隨著學習的進展,您將進入高級主題,如 Java 函式庫、資料庫管理和網路程式設計,並建立一個範例專案,以幫助您了解這些概念的應用。

通過閱讀本書,您不僅將熟悉 Java 17,還將獲得對這門語言的未來有所了解,並具備以最佳實踐方式高效編碼的技能。

您將學到什麼:

- 在 Java 中理解並應用物件導向原則。
- 探索 Java 設計模式和最佳實踐,以解決日常問題。
- 輕鬆建立用戶友好且吸引人的 GUI。
- 通過實際範例了解微服務的使用。
- 發現撰寫高品質 Java 程式碼的技巧和習慣。
- 掌握在 Java 中使用資料結構的方法。

本書適合對現代 Java 程式設計專業有興趣的人,以及已從事專業程式設計並希望更新對最新 Java 和相關技術和思想的了解的人。

作者簡介

 

Nick Samoylov graduated from Moscow Institute of Physics and Technology, working as a theoretical physicist and learning to program as a tool for testing his mathematical models. After the demise of the USSR, Nick created and successfully ran a software company, but was forced to close it under the pressure of governmental and criminal rackets. In 1999, with his wife Luda and two daughters, he emigrated to the USA and has been living in Colorado since then, working as a Java programmer. In his free time, Nick likes to write and hike in the Rocky Mountains.

作者簡介(中文翻譯)

Nick Samoylov畢業於莫斯科物理技術學院,他是一位理論物理學家,並學習程式設計作為測試數學模型的工具。蘇聯解體後,Nick創立並成功經營了一家軟體公司,但在政府和犯罪團伙的壓力下被迫關閉。1999年,他與妻子Luda和兩個女兒移民到美國,並自那時起一直居住在科羅拉多州,從事Java程式設計工作。在空閒時間,Nick喜歡寫作並在洛磯山脈徒步旅行。

目錄大綱

1. Getting started with Java 17
2. Java Object-Oriented Programming (OOP)
3. Java fundamentals
4. Exception handling
5. Strings, input/output, and files
6. Data structures, generics and popular utilities
7. Java standard and external libraries
8. Multithreading and concurrent processing
9. JVM structure and garbage collection
10. Managing Data in a Database
11. Network Programming
12. Java GUI programming
13. Functional programming
14. Java standard streams
15. Reactive programming
16. Java Microbenchmark Harness
17. Best practices for writing high-quality code

目錄大綱(中文翻譯)

1. Java 17 入門
2. Java 物件導向程式設計 (OOP)
3. Java 基礎
4. 例外處理
5. 字串、輸入/輸出和檔案
6. 資料結構、泛型和常用工具
7. Java 標準和外部函式庫
8. 多執行緒和並行處理
9. JVM 結構和垃圾回收
10. 資料庫資料管理
11. 網路程式設計
12. Java 圖形使用者介面程式設計
13. 函數式程式設計
14. Java 標準串流
15. 反應式程式設計
16. Java 微基準測試工具
17. 撰寫高品質程式的最佳實踐