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.
Write the basic difference between ASP and ASP.NET?
Explain the use of Windows Installer.
State different Visual Basic features which provide support to the LINQ?
Briefly explain the use of a Panel control? And also state whether it displays during runtime?
Why is XML InfoSet specification distinct from the Xml DOM? Explain what does the InfoSet attempt to resolve?
Specify the statement which replaces the multiple if-else statements in the code?
Write down a feature that is common to all the .NET languages?
Define the term DTD?
Illustrate some of the points regarding CustomControls in WPF?
How an ellipse is created, which is non- rectangular window?
18,76,764
1958607 Asked
3,689
Active Tutors
1427200
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!