- 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.
- Docker and Kubernetes for Java Developers
- MATLAB圖像處理超級學習手冊
- Java Web及其框架技術
- 劍指MySQL:架構、調優與運維
- Instant Lucene.NET
- 微信小程序開發與實戰(微課版)
- Solr Cookbook(Third Edition)
- Fast Data Processing with Spark(Second Edition)
- Zabbix Performance Tuning
- OpenCV with Python Blueprints
- Getting Started with Python
- 遠方:兩位持續創業者的點滴思考
- Implementing Microsoft Dynamics NAV(Third Edition)
- 啊哈C語言!:邏輯的挑戰(修訂版)
- C語言編程魔法書:基于C11標準