GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  J2EE  >  Core Java

 Print  |  
Question:  What is the result of expression 5.45 + "3.2"?



September 09, 2008 08:00:43 #6
 rajatsinghal21   Member Since: September 2008    Total Comments: 2 

RE: What is the result of expression 5.45 + "3.2"?
 

And what will be 
String s = 5.45 + 3.55 + "50";
String x = 5.45 + "3.45" + 50;

and why?
A crunch point is here.
     

 

Back To Question