Computer Science, asked by sunilgowda3969, 1 year ago

How can we edit a java program?

Answers

Answered by omegads04
0

Edit: Use an editor to develop the code in your programming language of choice. Result: a text file with the source code of the program (e.g. Sample1. java)

Compile: Use a compiler to translate the source code into a version understood by the machine.

Run: Execute the program on the machine.

Similar questions