Is string nullable c#?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Sharp Interview Questions

Wats the diff between sealed class and private class in inheritance

7 Answers   iSoft,


What is the use of protected in c#?

0 Answers  


I need code to connect ohter systems in the LAN and i want to display my website image over there and i want explain as a admin through phone. So i need code to access other system using C-Sharp. Any one please help me.Please give me the code. Advace thanks.

0 Answers   Excel,


How long does a loop recorder procedure take?

0 Answers  


FOR EXAMPLE : CLASS Dotnet { } creating object: Dotnet dn=new Dotnet(); NOW THE QUESTION IS WHICH IS CALLED AS OBJECT ?EITHER dn OR new Dotnet() and CAN YOU PROVE YOUR ANSWER?????PLEASE REPLY...

1 Answers  






class Program { void add() { int x=10, y=20; fun(); Console.WriteLine("{0}", sum); } void fun() { int sum; sum = x + y; } static void Main(string[] args) { Program f =new Program(); f.add(); } } Debug above program.....

3 Answers   HCL,


Practcle scenario where I can use abstract class and where I can use Interface

1 Answers   Jeevan Technologies,


What is asp net c#?

0 Answers  


Can you prevent your class from being inherited and becoming a base class for some other classes?

5 Answers  


What is a dll in c#?

0 Answers  


How?s method overriding different from overloading?

4 Answers  


How do you secure a webservice?

1 Answers   TCS,


Categories