|
Related Questions |
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
|
|
For performing repeated modification on string which class is preferred
|
View Answer
|
|
How are the attributes specified in C#
|
View Answer
|
|
Which preprocessor directive are used to mark that contain block of code is to be treated as a single block
|
View Answer
|
|
In C# events are actually a special form of delegates
|
View Answer
|
|
It is not possible for a delegate to wrap more than 1 methos
|
View Answer
|
|
It is perfectly legitimate to throw exceptions from catch and finally blocks
|
View Answer
|
|
Constructors can not be static
|
View Answer
|
|
Which of the following statement is invalid with regards to constructor
|
View Answer
|
|
Which method is implicitly called when an object is created
|
View Answer
|
|
Interface members can not be declared as
|
View Answer
|