Is string reference type / value type?
Answer Posted / kapil dalke
string is reference type . dont confuse yar..........
because String is immutable objects..........
means does not change the values(string).......
| Is This Answer Correct ? | 14 Yes | 2 No |
Post New Answer View All Answers
update data in an xml file which resides in solution itself, using silverlight 4.0
Why is ienumerable used?
Which config file has all the supported channels/protocol?
what will be the output of the given below coding. using System; public class Exercise { static void OddNumbers(int a) { if (a >= 1) { Console.Write("{0}, ", a); a -= 2; OddNumbers(a); } } public static int Main() { const int Number = 9; Console.WriteLine("Odd Numbers"); OddNumbers(Number); Console.WriteLine(); return 0; } }
Explain about ODP.net
Can I define my own exceptions?
What is Fragmentation and its Types?
Explain a MSIL ? Why is it appreciated by all developers?
How do you declare an arraylist?
What is the use of iqueryable in c#?
What is reference types in c#?
What is strongly typed in c#?
What is thread.sleep()?
How to find Percentage, name ,College from a resume or document ? How to export these values to other page in C#?
What are the different types of literals in c#?