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
How destructors are defined in java?
What is exception propagation?
Is string passed by reference in java?
What is purpose of keyword void?
How do I enable java in safari?
Can java object be locked down for exclusive use by a given thread?
What are use cases?
What do bitwise operators do?
What do you understand by looping in java? Explain the different types of loops.
Explain when classnotfoundexception will be raised ?
Can we create constructor in abstract class ?
Give me some null interfaces in java?
What is a method in programming?
Is java pass by value or pass by reference?
Compare overloading and overriding?