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 happens when you assigned a 'double' value to
a 'String'?

Answer Posted / paras bist

compilation fails ,
even for
double d=10.5;
String f=(String)(10.5);

"Cannot cast from double to String"

Is This Answer Correct ?    6 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to find the index of the largest number in an arraylist java?

1119


How do you check if a string contains only numeric digits?

1180


How do you define a singleton class?

1160


How do I remove a character from a string in java?

1009


Is string a class in java?

1035


What does indexof return in java?

1050


Is a boolean 1 bit?

1129


What do you mean by an interface in java?

1083


How do you declare an array that will hold more than 64KB of data?

1388


Define how does a try statement determine which catch clause should be used to handle an exception?

1259


What is synchronization and why is it important in java programming?

991


What are the differences between wait() and sleep()?

1060


How many java versions are there?

1117


What is static variable with example?

1061


Explain covariant method overriding in java.

1169