I use a few parts of specific markup in these notes. For those of you on my other modules, they should be familiar, but you may wish to scan these pages for any differences.
Most of the text has no specific typography and looks like this. It is mostly meant to be descriptive, introducing the key topics.
|
|
|
|
If I need to write Java code then it will look like this:
System.out.println( "Like this...." );
Although this looks like an image, it's just plain text; you can cut-and-paste
it freely. The colours indicate the syntax. So the light red means that it's a
String
.
If I need to write a short piece of Java code in text then they will be in
Monotype
fonts. So, in the last paragraph, light red means that it's a
java.lang.String
.