February 2020
Intermediate to advanced
412 pages
9h 36m
English
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: "In our main() method, we have an Observable<String> that will push three string objects."
A block of code is set as follows:
repositories { mavenCentral()}
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 static void sleep(long millis) { try { Thread.sleep(millis); } catch (InterruptedException e) {
Any command-line input or output is written as follows:
$ mkdir css$ cd css
Bold: Indicates a new term, ...
Read now
Unlock full access