Computer Science, asked by francissam2005, 6 months ago

what is the command used to retrieve the java files along with string existence "HELLO WORLD"in it?​

Answers

Answered by surjitkumarpb31
10

Answer:

Open the command prompt and cd to the directory that contains the . java file. Type javac HelloWorld. java and press enter.

Similar questions