C# InterView Questions
Across
- 2. c# ---- code
- 3. ---- types are stored in the stack
- 6. process of converting an object into a stream of bytes
- 9. used to obtain a resource
- 12. ---- types are stored on heap
- 13. variables that are initialized only from static constructor of the class and value does not changed are referred as
- 14. Array of Arrays
- 15. variables that are declared and initialized at compile time and cannot be changed afterwards are referred as
- 17. reverse of serialization
- 19. elements of an array can be sorted in desc order by using ---- method after sort() method is called
Down
- 1. another name for smart arrays in c#
- 4. name the "///" comment type
- 5. parameter that needs not to be initialized before passing to a method
- 7. name the method used to create an array with non-default values
- 8. multiple catch blocks can be executed
- 10. name the container that contain objects which are ready to be used
- 11. this method is used to copy all the elements of an existing array into another existing array
- 16. making the resource unusable is referred as ---- reference
- 18. this method is used to create a new array object containing all the elements in the original array