how the input gets executed | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

how the input gets executed

suppose i have written a program in java about factorial or something which needs some input at runtime. after compiling at the time of running it when we give some input does that input again compiled or just interpreted.

23rd Apr 2017, 4:53 AM
shobhit
shobhit - avatar
1 Answer
+ 1
input is interpreted..... the source code is compile and interpreted in java
23rd Apr 2017, 5:08 AM
Mayur Chaudhari
Mayur Chaudhari - avatar