Is string reference type / value type?
Answers were Sorted based on User's Feedback
Answer / choudhary
itz 200% reference type as string is not derrived from
System.ValueType
Is This Answer Correct ? | 62 Yes | 3 No |
Answer / dipu
Vikram u r worng string alwyes is rederence type. beoz
sting create also objects.
Is This Answer Correct ? | 37 Yes | 6 No |
Answer / arsalan
please if u don't know then don't confuse others.....
Plzzzzz
Is This Answer Correct ? | 32 Yes | 2 No |
Answer / kiran kumar reddy
Hi guys let me add something more to discussion
"String type object seems to act like a value type even it
is reference type! "
http://www.devhood.com/tutorials/tutorial_details.aspx?tutorial_id=733
Is This Answer Correct ? | 28 Yes | 0 No |
What is difference between interface inheritance and class inheritance ?
What does writeline mean?
What is a clr (common language runtime)?
hi my question is about understanding a text the user entered to a site , so i want to analyse that text looking for some specific items such as "honda" "shoffere" etc.. so if this site could help or could tell me where to go with such question ,i wonder. thanks
How do I create a multilanguage, single-file assembly?
Define thread?
What are static and dynamic variables?
What is the difference between “constant” and “readonly” variables in c#?
Where is the output of TextWriterTraceListener redirected?
What are the types in c#?
Can partial class be inherited?
What?s the difference between the System.Array.CopyTo() and System.Array.Clone()?