how the input gets executed | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
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 ответ
+ 1
input is interpreted..... the source code is compile and interpreted in java
23rd Apr 2017, 5:08 AM
Mayur Chaudhari
Mayur Chaudhari - avatar