- CreateProject
- Use Corretto
- Don't use template
- Create another folder using the elipses
public class Hello {
}- public and class are two keywords
- public - Access modifier
- Scope - How a program can access a variable
- class - used to define a class
- left and right curly braces define the body