Marisol wants to write a program that her client can run, but she doesn’t want to give the client the code itself. Which of these is her best option?
(1 point)
Responses
using a compiled language and giving the client the source code
using a compiled language and giving the client the source code
using a compiled language and giving the client the executable file
using a compiled language and giving the client the executable file
using an interpreted language and giving the client the source code
using an interpreted language and giving the client the source code
using an interpreted language and giving the client the executable file
1 answer
The best option for Marisol would be using a compiled language and giving the client the executable file. This way, the client can run the program without needing the source code, ensuring the code remains secure and inaccessible to the client.