What is a runtime?

Atreyo Bhattacharjee

Commendable
Feb 7, 2017
42
0
1,580
What is a run time? What is a run time environment? What uses a run time/ run time environment? Why are run times/run time environments important/ necessary? What is JDK/JRE? Why does java have a run time environment while other languages don't?

Thanks
 
Solution
"In computer science, run time, runtime or execution time is the time during which a program is running (executing), in contrast to other program lifecycle phases such as compile time, link time and load time."

https://en.wikipedia.org/wiki/Run_time_(program_lifecycle_phase)

Hellfire13

Respectable
Apr 20, 2016
389
0
2,210
"In computer science, run time, runtime or execution time is the time during which a program is running (executing), in contrast to other program lifecycle phases such as compile time, link time and load time."

https://en.wikipedia.org/wiki/Run_time_(program_lifecycle_phase)
 
Solution