Differentiate read-only variables and constants
Difference between read-only variables and constants which are used in programs?
Expert
The constants perform similar tasks as the read-only variables with a number of differences. Differences between read-only and constants are as follows:
Constants:
1. Constants deal at compile-time.
2. It supports value-type variables.
3. It must be used when it is not likely that the value will ever modify.
Read-only:
1. Read-only variables are estimated during runtime.
2. These variables could hold reference type variables.
3. These variables must be used when run-time calculation is needed.
Illustrate the difference between import System.Data.SqlClient and System.Data.Oledb in brief?
List the basic characteristics of the Cloud computing?
Illustrate the reason in brief why WPF is used?
Write the advantages of the code-behind feature?
Distinguish among Compiler and Interpreter?
Specify some of the situations in which AJAX cannot be used.
List all templates of a Repeater control?
Explain State Management? List the ways to maintain the state in .NET?
What is the difference between Name Space and Assembly?
By what way we can recognize that the page is PostBack?
18,76,764
1958258 Asked
3,689
Active Tutors
1418839
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!