- 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
- SQL Server 從入門到項目實踐(超值版)
- Java程序設計與開發
- Python網絡爬蟲從入門到實踐(第2版)
- Access 2010數據庫基礎與應用項目式教程(第3版)
- Cassandra Data Modeling and Analysis
- 深度學習:算法入門與Keras編程實踐
- Reactive Programming With Java 9
- C語言程序設計
- Test-Driven Development with Django
- Java程序員面試筆試寶典(第2版)
- Geospatial Development By Example with Python
- Qlik Sense? Cookbook
- UML2面向對象分析與設計(第2版)
- 貫通Tomcat開發
- Java程序設計入門(第2版)