- Java 9 Programming By Example
- Peter Verhas
- 109字
- 2021-07-02 23:37:30
The First Real Java Program - Sorting Names
In the previous chapter, we got acquainted with Java, and especially with using the REPL tool and interactively executing some simple code. That is a good start, but we need more. In this chapter, we will develop a simple sort program. Using this code as an example, we will look at different build tools, which are frequently used for Java projects, and learn the basic features of the Java language. This chapter will cover the following topics:
- The sorting problem
- The project structure and build tools
- The Make, Ant, Maven, and Gradle build tools
- Java language features related to the code example
推薦閱讀
- TypeScript入門(mén)與實(shí)戰(zhàn)
- LabVIEW Graphical Programming Cookbook
- .NET 4.0面向?qū)ο缶幊搪劊夯A(chǔ)篇
- R語(yǔ)言編程指南
- HTML5從入門(mén)到精通 (第2版)
- Android Wear Projects
- D3.js By Example
- 響應(yīng)式Web設(shè)計(jì):HTML5和CSS3實(shí)戰(zhàn)(第2版)
- Zabbix Performance Tuning
- Distributed Computing in Java 9
- WCF技術(shù)剖析(卷1)
- Three.js權(quán)威指南:在網(wǎng)頁(yè)上創(chuàng)建3D圖形和動(dòng)畫(huà)的方法與實(shí)踐(原書(shū)第4版)
- Go Systems Programming
- 你必須知道的.NET(第2版)
- Ubuntu Server Cookbook