Is string reference type / value type?
Answer Posted / romance
String is reference type......
| Is This Answer Correct ? | 25 Yes | 0 No |
Post New Answer View All Answers
What is the implicit name of the parameter that gets passed into the class set method?
What is generic and non generic collections in c#?
In languages without exception-handling facilities, we could send an error-handling procedure as a parameter to each procedure that can detect errors that must be handled. What disadvantages are there to this method?
What is Fragmentation and its Types?
What is jagged array in c#?
What is the data type for bit in c#?
What do you mean by parsing and how to parse a date time string in c#?
What is difference between hashtable and dictionary in c#?
Explain the difference between event and a delegate in c#?
What is xamarin used for?
What is difference between virtual and override in c#?
Can we have two main methods in c#?
What is the difference between “constant” and “readonly” variables in c#?
Can abstract classes be final?
What is the difference between Singleton design pattern and Factory design pattern?