Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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 are Custom Control and User Control?

1 Answers  


Could you explain the difference between func vs action vs predicate?

0 Answers  


What is type casting. Explain it with reference to classes.

2 Answers   HCL, JPMorgan Chase,


For read-only operation which property you have to designated?

0 Answers   Siebel,


What is stringreader in c#?

0 Answers  


Explain About friend and Protected friend

0 Answers  


What is function c#?

0 Answers  


Will the following code compile and run?

0 Answers  


Howmany five tracing levels in System.Diagnostics.TraceSwitcher? Why they are using?

0 Answers   Siebel,


What is CLR and its application.?

0 Answers   MCN Solutions,


What is AutoMapper in C#?

0 Answers   Infosys,


What standard types does c# use?

0 Answers  


Categories