Java #4390
Unanswered
luliboedwarde-beep
asked this question in
Q&A
Java
#4390
Replies: 1 comment
-
|
To write and run Java code in Visual Studio Code, first install the Java Development Kit (JDK). Then install the Extension Pack for Java in VS Code. Create a file named HelloWorld.java, write your Java code, and save it. To see the output, either click the Run button in VS Code or use the terminal commands javac HelloWorld.java to compile and java HelloWorld to run the program |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey. I'm a beginner coding, and I'm interested in Java. My question is ,How do i write my code in VScode and have an output for my Java code to see what I've coded
Beta Was this translation helpful? Give feedback.
All reactions