January 2019
Intermediate to advanced
392 pages
10h 11m
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: "The switch { ... } control flow element is replaced by when { ... }."
A block of code is set as follows:
fun test() { Bar.NAME Bar.printName()}
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
<!-- A bean example with singleton scope --><bean id = "..." class = "..." scope = "singleton"/><!-- You can remove the scope for the singleton --><bean id = "..." class = "..."/>
Any command-line input or output is written ...
Read now
Unlock full access