- Java 9 Programming By Example
- Peter Verhas
- 308字
- 2021-07-02 23:37:24
What this book covers
Chapter 1, Getting Started with Java 9, gives you a jump start in Java, helping you install it on your computer and run your first interactive programs using the new Jshell.
Chapter 2, The First Real Java Program - Sorting Names, teaches you how to create a development project. This time, we will create program files and compile the code.
Chapter 3, Optimizing the Sort - Making Code Professional, develops the code further so that the code is reusable and not only a toy.
Chapter 4, Mastermind - Creating a Game, is when some fun starts. We develop a game application that is interesting and not as trivial as it first seems, but we will do it.
Chapter 5, Extending the Game - Run Parallel, Run Faster, shows you how to utilize the multi-processor capabilities of modern architecture. This is a very important chapter that details technologies, that only a few developers truly understand.
Chapter 6, Making Our Game Professional - Do it as a Webapp, transforms the user interface from command-line to web browser-based, delivering better user experience.
Chapter 7, Building a Commercial Web Application Using REST, takes you through the development of an application that has the characteristics of many commercial applications. We will use the standard REST protocol which has gained ground in enterprise computing.
Chapter 8, Extending Our E-Commerce Application, helps you develop the application further utilizing modern language features such as scripting and lambda expressions.
Chapter 9, Building an Accounting Application Using Reactive Programming, teaches you how to approach some problems using reactive programming.
Chapter 10, Finalizing Java Knowledge to a Professional Level, gives a bird's-eye view of developer topics that play an important role in the life of a Java developer, and which will guide you further in working as a professional developer.
- TypeScript Essentials
- 從零構(gòu)建知識圖譜:技術(shù)、方法與案例
- Software Defined Networking with OpenFlow
- Beginning C++ Game Programming
- Android 7編程入門經(jīng)典:使用Android Studio 2(第4版)
- 單片機應(yīng)用技術(shù)
- MySQL數(shù)據(jù)庫管理與開發(fā)實踐教程 (清華電腦學(xué)堂)
- 用Flutter極速構(gòu)建原生應(yīng)用
- Hands-On Natural Language Processing with Python
- Clojure Reactive Programming
- 移動界面(Web/App)Photoshop UI設(shè)計十全大補
- NetBeans IDE 8 Cookbook
- PHP與MySQL權(quán)威指南
- Training Systems Using Python Statistical Modeling
- 零基礎(chǔ)學(xué)C++(升級版)