|
Related Questions |
View Answer |
|
What is the extension of a resource file
|
View Answer
|
|
Which utility is used to create resource file
|
View Answer
|
|
In a multilevel hierarchy how are the constructors are called
|
View Answer
|
|
How do you make a class not instantiable
|
View Answer
|
|
Which attribute you generally find on top of main method
|
View Answer
|
|
How do you refer parent classes in C#
|
View Answer
|
|
Where does the version dependencies recorded
|
View Answer
|
|
Application Isolation is assured using
|
View Answer
|
|
Assemblies cannot be loaded side by side
|
View Answer
|
|
How do you load assembly to running process
|
View Answer
|
|
What is the first step to do anything with assembly
|
View Answer
|
|
The assembly class is defined in
|
View Answer
|
|
If A.equals(B) is true then A.getHashcode & B.getHashCode must always return same hash code
|
View Answer
|
|
How do you add objects to hashtable
|
View Answer
|
|
GetEnumerator( ) of Ienumerable interface returns
|
View Answer
|
|
What is the output of Vectors.RemoveAt(1)
|
View Answer
|
|
What happens when you create an arraylist as ArrayList Arr=new ArrayList()
|
View Answer
|
|
Which method is actually called ultimately when Console.WriteLine( ) is invoked
|
View Answer
|
|
Which of the following is not a member of stringbuilder
|
View Answer
|
|
In order to use stringbuilder in our class we need to refer
|
View Answer
|