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.
1 Resposta
+ 1
input is interpreted.....
the source code is compile and interpreted in java