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...


Would you initialize your strings with single quotes or
double quotes?

Answers were Sorted based on User's Feedback



Would you initialize your strings with single quotes or double quotes?..

Answer / rajan vardawaj

Since the data inside the single-quoted string is not parsed
for variable substitution, it’s always a better idea
speed-wise to initialize a string with single quotes, unless
you specifically need variable substitution.

Is This Answer Correct ?    22 Yes 5 No

Would you initialize your strings with single quotes or double quotes?..

Answer / srimanta chakraborty

if in the string,substitution is needed then initialize with
double quotes else single quotes, as it will become fast.

Is This Answer Correct ?    7 Yes 2 No

Would you initialize your strings with single quotes or double quotes?..

Answer / srimanta chakraborty

if in the special character is there then initialize with
double quotes else single quotes, as it will become fast.

Is This Answer Correct ?    5 Yes 5 No

Would you initialize your strings with single quotes or double quotes?..

Answer / jitendra k jain

we can initialize string with single quotes,but in special character case, we need to initialize string with double quotes.the best way to define string with double quote.

Is This Answer Correct ?    0 Yes 3 No

Post New Answer

More PHP Interview Questions

Explain Constant in Class?

0 Answers  


What is a role of a designer in web development. Till what level the designer will do his work. Does he gives the complete html file or the tpl file or he should also include the smarty tag in the tpl file.

1 Answers  


Is php better than python?

0 Answers  


Specify array sort functions available in php ?

3 Answers  


What exactly is PHP?

0 Answers  


What is alias in php?

0 Answers  


what is the use of include() function when include_once() alone will enough?

1 Answers  


Explain me what is the difference between explode() and split() functions?

0 Answers  


In php, how to redirect from one page to another page?

0 Answers  


Does php support polymorphism?

0 Answers  


Is salary fixed or variable cost?

0 Answers  


Describe which programming language does php parallel to?

0 Answers  


Categories