What happens when you assigned a 'double' value to
a 'String'?
Answer Posted / pankaj
use toSting() method for printing double value as String or
assigning to string variable
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the default value of local and global variables?
Which collections are thread safe in java?
What is methods in java?
what is meant by Garbage collection?
What is time complexity algorithm?
These static constructors are correct ? class A { statc intA() { } static A(int x,int y) { } static A(int x) { } }
How many bytes are there?
What is the old name of java?
What does java final mean?
How do you do descending order in java?
What is boolean false?
take an array with -ve and +ve value both.find out the nearest value of 0(zero).if two values are same like(-2 and +2)then extract +2 is nearest of 0(zero).
How do you remove duplicates in java?
What is a void in java?
How many types of exception can occur in a java program?