CDK Global Interview Question

What is the difference between a compiler time variable and a run time variable?

Interview Answer

Anonymous

Mar 25, 2025

Compiler var is determined before program runs during compilation process while run time var is determined while program is being executed.