Filter interviews by
Top trending discussions
D/W array is a dynamic array in .Net that can grow or shrink in size. ArrayList is a collection class that can store objects of any type.
D/W array is a resizable array that automatically adjusts its size as elements are added or removed.
ArrayList is a collection class that can store objects of any type, allowing for flexibility in data storage.
Example: D/W array - string[] myArray = new string[5]; ArrayList - ArrayList
readonly variables can be assigned a value either at the time of declaration or in the constructor, while const variables must be assigned a value at the time of declaration and cannot be changed.
readonly variables can be assigned a value at runtime, while const variables must be assigned a value at compile time
readonly variables can be assigned a value in the constructor, while const variables cannot
const variables ar...
const is compile-time constant, while readonly is runtime constant.
const values are determined at compile time and cannot be changed during runtime
readonly values can be assigned a value either at the declaration or in the constructor and can be changed at runtime
const is used for values that are known at compile time, like mathematical constants
readonly is used when the value needs to be initialized at runtime, like d
Interview experience
Intern
8
salaries
| ₹1 L/yr - ₹6.1 L/yr |
Marketing Intern
4
salaries
| ₹2 L/yr - ₹2 L/yr |
Sales & Marketing Intern
4
salaries
| ₹2 L/yr - ₹2 L/yr |
Manager
3
salaries
| ₹10 L/yr - ₹14 L/yr |
Graphic Designer
3
salaries
| ₹10 L/yr - ₹65 L/yr |
Microsoft Corporation
Apple
IBM