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.
Explain the importance of the Strong Name tool?
List the usages of Command object in ADO.NET?
Explain, what is an XML schema?
Name the method that offers a functionality to display the dialog box during runtime?
Illustrate in .NET about different types of directives?
Why XMLHttpRequest object is used in the AJAX?
Briefly describe about variable.
Explain the function of break statement in a switch statement with example?
Write down a brief note regarding rapid application development tool?
Briefly explain about ToolTip control. In what way we can associate it with another control?
18,76,764
1933901 Asked
3,689
Active Tutors
1416446
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!