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

How do I declare a pure virtual function in c#?

0 Answers  


Differentiate between method overriding from method overloading with its functionality?

0 Answers   Siebel,


Trace the O/p for a program on inheritance and Polymorphism. 3 classes A,B,C A with two methods public virtual SomeMethodA public virtual SomemoreMethodA B:A overide virtual SomeMethodA C:B new Method SomeMethodA override SomeMoreMethodA main method { b new instance of B b.SomeMethodA b.SomeMoreMethodA b1 new instance of C b1.SomeMethodA b1.SomeMoreMethodA }

1 Answers  


What is multithreading with .net?

0 Answers  


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

0 Answers  






What is .cs file in c#?

0 Answers  


What does || mean in programming?

0 Answers  


What tool we have to use to install assembli in gac folder.

0 Answers  


What is the function of the not null constraint?

0 Answers  


What is the use of expression tree in c#?

0 Answers  


What is serialization in dot net?

0 Answers  


Is arraylist generic in c#?

0 Answers  


Categories