runtime
Last updated
Was this helpful?
Last updated
Was this helpful?
⟩ ⟩ runtime
the period when a program is running (generally after compile-time).
determined at compile-time.
but created at runtime (each time a scope needs to run).
identifiers are registered to respective scope during compile-time.
but in sloppy mode, you can cheat it at runtime. ( 👉 modify current scope at runtime❗️)
Baeldung ⟩