ASP Programming Question: Where do the reference-type variables go in the RAM? ASP Programming Interview QuestionAnswer: The references go on the stack, while the objects themselves go on the heap. Previous QuestionNext QuestionWhere is the value-type variables allocated in the computer RAM?What is the difference between the value-type variables and reference-type variables in terms of garbage collection?