Read-only and constants variables
Distinguish between read-only and constants variables which is used in the programs?
Expert
Constants carry out same tasks as read-only variables with some differences.
The differences between the constants and read-only are:
Constants:
a) It supports value-type variables. b) Constants are dealt with at the compile-time. c) Constants can be used whenever it is very doubtful that the value will ever change. Read-only:
a) Read-only variables are evaluated at runtime. b) Read-only variables must be used when the run-time calculation is required. c) Read-only variables can hold the reference type variables.
Briefly describe about data type?
What do you mean by Cookie?
Explain about the rules and regulations which should be followed when creating the well-managed XML document.
Specify the tools which can be used to develop the .NET applications?
What data type does the Range Validator control support?
Explain two properties of GridView control which specifies to turn on paging and sorting.
State the difference between Managed and Unmanaged Code?
What is the way to identify that a Page is Post Back?
Differentiate between the ComboBox control and the ListBox control?
How can we programmatically place a cursor on the given line or on the character in a RichTextBox control in the C#?
18,76,764
1933119 Asked
3,689
Active Tutors
1421083
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!