What is the difference between String s(Small s) and String
S(Capital S)?

Answers were Sorted based on User's Feedback



What is the difference between String s(Small s) and String S(Capital S)?..

Answer / bhagyashri

Small string is used as a DataType to declare variable &
Capital String is Class.Both are derived from
System.String.To Declare Any string variable we use small
string.

Is This Answer Correct ?    25 Yes 1 No

What is the difference between String s(Small s) and String S(Capital S)?..

Answer / sudhir sheoran

There is no difference between string and String.
string is just an alias of System.String. They both
are complied to the same code. In IL there is no difference
between the two. But as a standard followed by MSDN string
is used as datatype declaration e.g string s = "abc"
and if we are accessing some class then String should be
used. e.g String.Format("abc");

Is This Answer Correct ?    7 Yes 0 No

What is the difference between String s(Small s) and String S(Capital S)?..

Answer / azka106

basically string is used as datatype,.,.., whereas String is a predefined function ,.,. that usually called as String function,.,.,. and when we have to print something using String we override this String function,...and small s string is just datatype as above describe..

Is This Answer Correct ?    1 Yes 2 No

What is the difference between String s(Small s) and String S(Capital S)?..

Answer / rohit hannurkar

Nothing both are identefer

Is This Answer Correct ?    3 Yes 6 No

Post New Answer

More C Sharp Interview Questions

What is xslt in c#?

0 Answers  


Can abstract class have private constructor c#?

0 Answers  


What are the Types of configuration files and their differences

0 Answers   BirlaSoft,


What is the difference between constant and readonly in c#?

0 Answers  


Difference between dispose and destructor?

3 Answers   TCS,






Can I fly with a loop recorder?

0 Answers  


what is IDisposal interface

0 Answers   Wipro,


What?s the role of the DataReader class in ADO.NET connections?

2 Answers  


Give an example of a ctype.

0 Answers  


What is the .NET collection class that allows an element to be accessed using a unique key?

0 Answers   Siebel,


Who benefits from ajax?

0 Answers  


What are the characteristics of c#?

0 Answers  


Categories