- 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
推薦閱讀
- VMware View Security Essentials
- Oracle Exadata性能優化
- Python網絡爬蟲從入門到實踐(第2版)
- The React Workshop
- Mastering AndEngine Game Development
- HTML5 and CSS3 Transition,Transformation,and Animation
- ADI DSP應用技術集錦
- SQL Server 2016數據庫應用與開發習題解答與上機指導
- Responsive Web Design by Example
- Drupal 8 Configuration Management
- Getting Started with Laravel 4
- D3.js By Example
- 新一代SDN:VMware NSX 網絡原理與實踐
- C專家編程
- Kotlin進階實戰