Teach the users helpful tidbits in little colored boxes in the right margin.
This way, they'll learn the background material you want them to pick up,
but that you know they'll never sit down and read.
|
|
Why Java is Cool
So, you've heard that, with the Java programming language,
you can 'write once, run anywhere.' This means that when you compile your
program, you don't generate instructions for one specific platform. Instead,
you generate Java bytecodes, which are instructions for the Java Virtual
Machine (Java VM).
|