- The Java Workshop
- David Cuartielles Andreas G?ransson Eric Foster Johnson
- 179字
- 2021-06-11 13:05:18
Introduction
When learning how to program in almost any programming language, the first example you will typically test is called "hello world." It is the simplest application possible; the aim is to write the expression "hello world" to whatever user interface the programming environment offers. Executing this program will introduce you to the basics of writing code using the IntelliJ editor, utilizing different types of data to be printed to the user interface and adding comments to your code.
When writing your first program, you will also discover how Java's syntax is constructed and how it relates to other languages such as C or C++. Understanding the syntax is key to starting to read code. You will learn how to distinguish where commands and functions begin and end, how parameters are passed over between blocks of code, and how to leave comments that will help you when revisiting your software in the future.
This chapter covers the basics of writing and testing programs as a first step toward building all the code that you will find in this book.
- 深入核心的敏捷開發:ThoughtWorks五大關鍵實踐
- Visual C++程序設計學習筆記
- LabVIEW Graphical Programming Cookbook
- Microsoft Dynamics 365 Extensions Cookbook
- 零基礎玩轉區塊鏈
- OpenNI Cookbook
- Python數據分析(第2版)
- C語言程序設計實踐教程
- Mastering Python High Performance
- Web全棧工程師的自我修養
- 重學Java設計模式
- 自然語言處理Python進階
- C語言程序設計實驗指導 (第2版)
- 區塊鏈技術進階與實戰(第2版)
- Mastering ASP.NET Core 2.0