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.
What are HTTP handlers in ASP.NET?
What is the way to identify that a Page is Post Back?
Explain what is meant by CTS, and how it is related to the CLS?
Illustrate the characteristics of the reference-type variables which are supported in a C# programming language.
Briefly describe contra-variance and covariance in .NET Framework 4.0 and give an example for both?
A Destructor is defined in a class that is developed by using the C# programming language, but the destructor is never executed. Why did this happen?
Define Server-side scripting and Client-side scripting?
Differentiate between the HyperLink control and the LinkButton control?
Explain the use of Role-based security?
What is the function of DialogResult property of the Button control?
18,76,764
1934235 Asked
3,689
Active Tutors
1428725
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!