- 雙語版Java程序設計
- 何月順主編
- 139字
- 2018-12-27 20:14:12
Chapter 3 Data Types
This chapter describes the most common features of all the languages. That is Variables, Data types and Arrays. As a developed and strong language Java supports various types of data. These types could be used to declare variables, create arrays and changes the types. Java’s approach to these variables, data types and arrays are simple, clean and strong.
本章將講述程序語言中的共同特性,即變量、數據類型和數組。作為一種先進而功能強大的語言,Java支持各種數據類型。這些類型可用于變量聲明、數組創建和類型轉換。