05 — The language itself¶
Two facts about Java source files, rather than about String. One is a genuine design wart with real consequences; the other is a modern convenience that makes this whole library possible without a build tool.
| Lesson | The one thing |
|---|---|
| Unicode escapes run first | a \u escape inside a comment is still an escape |
| Source-file mode | java Hello.java — no javac, no build tool, no .class |