- 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.
- 大學計算機基礎(第二版)
- Python忍者秘籍
- SQL Server實用教程(SQL Server 2008版)
- 軟件項目管理實用教程
- Modern C++ Programming Cookbook
- Android應用開發(fā)深入學習實錄
- OpenMP核心技術指南
- RESTful Web Clients:基于超媒體的可復用客戶端
- 零基礎輕松學C++:青少年趣味編程(全彩版)
- Python硬件編程實戰(zhàn)
- C# 7.1 and .NET Core 2.0:Modern Cross-Platform Development(Third Edition)
- After Effects CC技術大全
- Python Linux系統(tǒng)管理與自動化運維
- Java 11 and 12:New Features
- Manage Your SAP Projects with SAP Activate