What is the difference between string and string in c#?


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

Post New Answer

More C Sharp Interview Questions

Why abstract class can not be instantiated?

0 Answers  


What is .cs file in c#?

0 Answers  


How to exclude a property from xml serialization?

0 Answers  


interface a { Method1() Method2() } class b: a { override Method1() override Method2() } what will happen & why?

5 Answers  


Can we have multiple threads in one app domain?

0 Answers  






Why do I get an error (cs1006) when trying to declare a method without specifying a return type?

0 Answers  


What namespace is list in c#?

0 Answers  


What does void do in c#?

0 Answers  


What is Implementation inheritance

0 Answers  


What is the difference between hashtable and dictionary in c#?

0 Answers  


What is the resgen.exe tool used for?

0 Answers  


If casting fails what type of exception is thrown?

0 Answers  


Categories