- Java 11 and 12:New Features
- Mala Gupta
- 186字
- 2021-07-02 12:26:57
Conventions used
There are a number of text conventions used throughout this book.
CodeInText: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "The PUT request is used to create or update an entity on a server, using a URI."
A block of code is set as follows:
class GarmentFactory {
void createShirts() {
Shirt redShirtS = new Shirt(Size.SMALL, Color.red);
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
abstract record JVMLanguage(String name, int year);
record Conference(String name, String venue, DateTime when);
Any command-line input or output is written as follows:
java -Xshare:dump
Bold: Indicates a new term, an important word, or words that you see on screen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: "As you will notice, the Lock Instances option displays an exclamation mark right next to it."
- Learning Selenium Testing Tools with Python
- Flink SQL與DataStream入門、進(jìn)階與實(shí)戰(zhàn)
- Network Automation Cookbook
- PyTorch自然語言處理入門與實(shí)戰(zhàn)
- Python零基礎(chǔ)快樂學(xué)習(xí)之旅(K12實(shí)戰(zhàn)訓(xùn)練)
- 精通軟件性能測試與LoadRunner實(shí)戰(zhàn)(第2版)
- Mastering Swift 2
- 程序是怎樣跑起來的(第3版)
- Building RESTful Python Web Services
- Learning Continuous Integration with TeamCity
- Node學(xué)習(xí)指南(第2版)
- SQL Server 2016 從入門到實(shí)戰(zhàn)(視頻教學(xué)版)
- Webpack實(shí)戰(zhàn):入門、進(jìn)階與調(diào)優(yōu)(第2版)
- QGIS 2 Cookbook
- Delphi開發(fā)典型模塊大全(修訂版)