What is the difference between string keyword and system.string class?


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

Post New Answer

More C Sharp Interview Questions

coding for delegates?

3 Answers   Tech Mahindra,


What does convert toint32 mean?

0 Answers  


What do you mean by string objects are immutable?

0 Answers  


What is var c#?

0 Answers  


What?s an interface class?

5 Answers   Mind Tree,






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  


what is the syntax to inherit from a class in c#?

0 Answers   Siebel Systems,


If all code is written in a try block and write a catch block with Exception type Exception .In that scenario will all the exceptions catched by that catch block? or any exceptions which will not be caught?

3 Answers   Honeywell,


What is the difference between selection and projection?

0 Answers  


What is event delegate in c#?

0 Answers  


What is data reader in c#?

0 Answers  


Are tuples mutable c#?

0 Answers  


Categories