What are nullable types? Is Nullable<int> I and int ?i are same.
Answer Posted / chandana
nullable types are variable which can have null assigned as
their value.
Yes, they are same.
Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
the c# keyword .int. Maps to which .net type?
What is a multicast c# delegate?
What is an interface class? Give one example of it
Explain the features of an abstract class in net.
What is a console operator?
What are the different states of a thread?
What is using directive in c#?
What are the 3 logical operators?
How do you prevent a method from being overridden in c#?
What is byte c#?
What is the adv of using System.Text.StringBuilder over System.String?
What is the difference between CreateObject() and GetObject()?
Explain what are the steps for creating clr trigger?
Explain a MSIL ? Why is it appreciated by all developers?
What is the difference between an implicit conversion and an explicit conversion?