Cheat Sheet
This cheat sheet contains the most important takeaways that lead up to section one.
1. Getting Started
-
class
: contains all of your code. -
main()
: entry point of your app. -
javac <file-name>.java
: compiles your code. -
java <file-name>
: runs the compiled code.
Coding Pitfalls
- None yet.
Good coding habits
- The name of a class must be
CamelCase
.
Tips and tricks
-
Use the up key to run previous terminal commands.
-
Use the tab key to autocomplete.
Associated Course: The Complete Java Development Bootcamp
Related Course: The Complete Spring Boot Development Bootcamp – Become a Java Web Developer
Feedback Summary
4.7
43 students
5
91%
4
2%
3
0%
2
0%
1
7%
Written Reviews
There are no written reviews yet.