|
Question |
Rating |
View Answer |
|
Can you change the value of a variable while debugging a C# application? |
|
View Answer |
|
Which of the following is an explusive feature of C#?
|
|
View Answer |
|
Can we use pointers in C#?
|
|
View Answer |
|
Where is the output of TextWriterTraceListener redirected? |
|
View Answer |
|
Each process in a 32 bit Windows environment has the following amount of virtual memory available:
|
|
View Answer |
|
Which debugging window allows you to see the methods called in the order they were called?
|
|
View Answer |
|
What is the difference between const and static read-only?
|
|
View Answer |
|
How do you mark a method obsolete? |
|
View Answer |
|
How can you debug failed assembly binds? |
|
View Answer |
|
Which debugging window allows you to see all the name and values of all the variables in scope?
|
|
View Answer |
|
IF a namespace isn't supplied, which namespace does a class belong to
|
|
View Answer |
|
Does C# support parameterized properties? |
|
View Answer |
|
How's method overriding different from overloading?
|
|
View Answer |
|
The following is a correct call to the Main() function
|
|
View Answer |
|
How are the attributes specified in C#
|
|
View Answer |
|
The following method is used to force the garbage collector :
|
|
View Answer |
|
C# provides a default constructor for me. I write a constructor that takes a string as a parameter, but want to keep the no parameter one. How many constructors should I write?
|
|
View Answer |
|
Why we using in header file using system and more header file is in C# what is difference between and all header file ? |
|
View Answer |
|
In a multilevel hierarchy how are the constructors are called
|
|
View Answer |
|
How to get the capacity of an array in C#
|
|
View Answer |