What is a runtime environment in programming?

244 views

What is a runtime environment in programming?

In: 7

6 Answers

Anonymous 0 Comments

Imagine when you write your code (no errors in the code itself) you put it in a box where it will run.
That box is your runtime environment.
You can add special things to the box to effect your code and if an error occurs inside that box, it’s a runtime exception

You are viewing 1 out of 6 answers, click here to view all answers.