1.
Download and install JDK 17
2. Open Command Prompt.
Type: java --version
Type: javac –version
3. Download and install VS Code
4. Open VS Code
5. Click the Extensions icon
6. Search for: Extension Pack for Java
7. Click install
How to Run Code in VS Code
1. Save code same as class name
2. Type on terminal javac [Link]
3. Type java filename