what is the command used to retrieve the Java files along with the string Hello world in it
Answers
Answered by
3
Answer:
Open the command prompt and cd to the directory that contains the . java file. Type javac HelloWorld. java and press enter.
Similar questions