Course:: Easy-To-Follow Java Programming
Course:: Easy-To-Follow Java Programming
switch (var) {
case val: ... break;
default:
}
break
continue
System.out.println(””);
if (...) {...}
Cut to clipboard
CTRL+V
Copy to clipboard
CTRL+S
ALT+SHIFT+F
Undo
Run
CTRL+SHIFT+UP/DOWN
3. Connect the special comments (thin border) with the appropriate meaning
(thick border).
TODO
For future
enhancement
DOIT
A known bug
FIXIT
FIXME
TOFIX
The answers
sw switch (var) {
case val: ... break;
default:
}
br break
cn continue
sout System.out.println(””);
if if (...) {...}
CTRL+Z Undo
F6 Run
TODO
For future
enhancement
DOIT
A known bug
FIXIT
FIXME
TOFIX