Is string reference type / value type?
Answer Posted / mukkamalla prasastha
if u dont know dont confuse others
String is 100 % reference type
| Is This Answer Correct ? | 17 Yes | 0 No |
Post New Answer View All Answers
How can you read 3rd line from a text file?
What are Types of assemblies that can be created in dotnet
What does using do in c#?
In a C# class we have a SortedList member m_addinProjects
we want to provide an iterator to allow the consumer of
this class access to the items in the collection. Please
provide an iterator method for the AnalyzeAddinsDLL class
below and an example of how it would be used.
namespace AnalyzeAddinsDLL
{
public class AllAddInProjects
{
private SortedList
What is the use of base keyword? Tell me a practical example for base keyword’s usage?
What is the file extension for c#?
What is meant by collections in c#?
What is thread pooling?
Why delegates are safe in c#?
What is a multi line comment?
What Is A Satellite Assembly?
What is the difference between func and action delegate?
What is asp net c#?
What is difference between float and decimal?
Does c# have a 'throws' clause?