Core Java Interview Questions and Answers
<< Previous Question Next Question >>
 Question: 855 Page Views: 

What happens when you add a double value to a String?



Posted By: Avi Date: 2 November 2010 04:27:54 PM
 Answer:

The result is a String object.


Posted By: avibtech


Date: 2 November 2010 04:27:54 PM
Post a better Answer if you have
 
(Will show your Gravatar icon)  
  Country flag

Loading
Enter the text as shown in the image lPnvjA
Related Questions
Core Java : Can a lock be acquired on a class?

Can a lock be acquired on a class?

Yes, a lock can be acquired on a class. This lock is acquired on the class's Class object.
Category: Core Java Date: 11/5/2010 11:20:52 AM
Core Java : What is de-serialization?

What is de-serialization?

De-serialization is the process of restoring the state of an object.
Category: Core Java Date: 11/5/2010 10:48:51 AM
Core Java : What is the difference between time slicing and preemptive scheduling ?

What is the difference between time slicing and preemptive scheduling ?

In time slicing, the task continues its execution for a predefined period of time and reenters the p....
Category: Core Java Date: 11/5/2010 10:15:50 AM
Core Java : What are the primitive Java types?

What are the primitive Java types?

byte, char, short, int, long, float, double, and boolean.
Category: Core Java Date: 11/5/2010 9:09:48 AM
Core Java : What is the Dictionary class?

What is the Dictionary class?

The Dictionary class provides the capability to store key-value pairs.
Category: Core Java Date: 11/5/2010 8:58:53 AM