Is string a primitive data type in c#?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Sharp Interview Questions

How to create events for a control? What is custom events? How to create it?

0 Answers  


What are the differences between static, public and void in c#?

0 Answers  


Why are c# strings immutable?

0 Answers  


What is pure abstract class in c#?

0 Answers  


What is the use of functional interface?

0 Answers  






In .NET which is the smallest unit of execution?

0 Answers   Siebel,


How many dimensions can an array have?

0 Answers  


What is the difference between throw and throw ex?

0 Answers  


Define parsing?

0 Answers  


Name the method of servicebase class?

0 Answers  


What is console write in c#?

0 Answers  


what is the need of using interface in program ex:if we have a program like this interface1() { void method1(); void method(); } class a1 : interface1 { a1 b = new b(); b.method1(); b.method2(); } so without using interface also we can achieve this then wat is the need to use the interface? plz give me the answer

1 Answers  


Categories