- Java Programming for Beginners
- Mark Lassoff
- 194字
- 2021-07-02 15:22:39
Conventions
In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, path names, dummy URLs, user input, and Twitter handles are shown as follows: "The Source Packages file is where we'll be writing our code."
A block of code is set as follows:
public class HelloWorld {
public static void main(String[] args) {
System.out.println("Hello World!");
}
}
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
public class HelloWorld {
public static void main(String[] args) {
System.out.println("Hello World!");
}
}
Any command-line input or output is written as follows:
java -jar WritingToFiles.jar
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "Choose the Download button below the Java SE column."
Warnings or important notes appear in a box like this.
Tips and tricks appear like this.
- 解構產品經理:互聯網產品策劃入門寶典
- What's New in TensorFlow 2.0
- Raspberry Pi Networking Cookbook(Second Edition)
- 華為HMS生態與應用開發實戰
- Python零基礎快樂學習之旅(K12實戰訓練)
- aelf區塊鏈應用架構指南
- Python 3網絡爬蟲實戰
- 從零開始學C語言
- 區塊鏈技術進階與實戰(第2版)
- Python Data Science Cookbook
- Python開發基礎
- Machine Learning for OpenCV
- 3D Printing Designs:The Sun Puzzle
- 軟件設計模式(Java版)
- Mastering Machine Learning with R