Which of the following statement/statements is /are true ?
Reference types are stored on stack and value types are stored on heap area.
Boxing allows you to convert value types to reference types.
For boxing, during runtime it creates a temporary reference type box for the object on the heap
Unboxing allows you to convert reference type to value type