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


Please Help Members By Posting Answers For Below Questions

the c# keyword .int. Maps to which .net type?

948


What is a multicast c# delegate?

724


What is an interface class? Give one example of it

681


Explain the features of an abstract class in net.

726


What is a console operator?

672


What are the different states of a thread?

718


What is using directive in c#?

765


What are the 3 logical operators?

754


How do you prevent a method from being overridden in c#?

664


What is byte c#?

652


What is the adv of using System.Text.StringBuilder over System.String?

742


What is the difference between CreateObject() and GetObject()?

768


Explain what are the steps for creating clr trigger?

659


Explain a MSIL ? Why is it appreciated by all developers?

855


What is the difference between an implicit conversion and an explicit conversion?

702