- The Java Workshop
- David Cuartielles Andreas G?ransson Eric Foster Johnson
- 206字
- 2021-06-11 13:05:19
Summary
This chapter introduced you to the use of the IntelliJ development environment, which is the basic tool that will be used throughout the book. Many of IntelliJ's features are common in other tools, along with the language used in menus and the overall programming interface.
You have seen some basic aspects of Java's syntax: how classes are defined, how code is nested inside curly braces, and how semicolons end each one of the commands. Comments help make the code more readable, both for others with whom you may collaborate and for yourself when reviewing your code in the future.
The primitive types offer a collection of possible variable types to be used in your programs to carry data, store the results of operations, and transfer information between different blocks of code.
All examples in this chapter are built from modifying an initial example that we used as a point of departure: "hello world"—that is, printing a string on the CLI. In later chapters, you will learn how to create your own classes from scratch, name them according to your needs, and store them in different folders. The next chapter will specifically cover statements in Java that control the flow of the programs.
KAY34
- 數(shù)據(jù)庫系統(tǒng)教程(第2版)
- 摩登創(chuàng)客:與智能手機(jī)和平板電腦共舞
- Arduino by Example
- Python金融數(shù)據(jù)分析
- 3D少兒游戲編程(原書第2版)
- Python時(shí)間序列預(yù)測
- PHP與MySQL權(quán)威指南
- Django Design Patterns and Best Practices
- AI自動化測試:技術(shù)原理、平臺搭建與工程實(shí)踐
- Neo4j 3.x入門經(jīng)典
- Go Systems Programming
- 跟小樓老師學(xué)用Axure RP 9:玩轉(zhuǎn)產(chǎn)品原型設(shè)計(jì)
- Docker on Windows
- LabVIEW數(shù)據(jù)采集(第2版)
- Web 2.0策略指南