|
Question |
Rating |
View Answer |
|
If I return out of a try/finally in C#, does the code in the finally-clause run? |
|
View Answer |
|
Which of the following keyword is used along with Main function in C#
|
|
View Answer |
|
How can you sort the elements of the array in descending order
|
|
View Answer |
|
Value Types are stored on the heap
|
|
View Answer |
|
Can you change the value of a variable while debugging a C# application? |
|
View Answer |
|
String is an
|
|
View Answer |
|
What is the order of destructors called in a polymorphism hierarchy
|
|
View Answer |
|
Is it possible to restrict the scope of a field/method of a class to the classes in the same namespace? |
|
View Answer |
|
Is it possible to have a static indexer in C#? |
|
View Answer |
|
How do you determine the size required by a Value type on the stack
|
|
View Answer |
|
How do you deploy an assembly?
|
|
View Answer |
|
Which preprocessor directive are used to mark that contain block of code is to be treated as a single block
|
|
View Answer |
|
Namespaces are used to
|
|
View Answer |
|
Give me Change syntax of color change (1)Background color (2)font color (3)size of font
|
|
View Answer |
|
Which of the following is not a subclass of reference type
|
|
View Answer |
|
It is not possible for a delegate to wrap more than 1 methos
|
|
View Answer |
|
Can you inherit multiple interfaces? |
|
View Answer |
|
What is IL?
|
|
View Answer |
|
What is the default Function arguments?
|
|
View Answer |
|
From command line, a C# program can be compiled using
|
|
View Answer |