Jul 28, 2024
Java Project Creation:
Adding a Class:
public static void main(String[] args) { }
Output to Console:
System.out.print
and System.out.println
to display text.print
doesn't add a new line, println
does.\n
: New line\t
: Tab"
: Double quotes within strings\
: Backslash// comment
/* comment */
sysout
+ Ctrl + Space
.Control + Plus/Minus
to zoom in/out.