- 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.
- Spring Cloud Alibaba微服務架構設計與開發實戰
- Quarkus實踐指南:構建新一代的Kubernetes原生Java微服務
- Kinect for Windows SDK Programming Guide
- SQL基礎教程(視頻教學版)
- Mastering JavaScript High Performance
- Python深度學習:基于TensorFlow
- Mastering Xamarin.Forms(Second Edition)
- PHP從入門到精通(第4版)(軟件開發視頻大講堂)
- Multithreading in C# 5.0 Cookbook
- Android Game Programming by Example
- 寫給大家看的Midjourney設計書
- 多媒體技術及應用
- 深度實踐KVM:核心技術、管理運維、性能優化與項目實施
- Applied Deep Learning with Python
- CryENGINE Game Programming with C++,C#,and Lua