What happens when you assigned a 'double' value to
a 'String'?
Answer Posted / sriragv
results string i hope
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What are void pointers?
What do you mean by garbage collection used in java?
What is finalize()?
How do you represent a space in regex java?
Is it possible for yielded thread to get chance for its execution again ?
Explain about transient variables in java?
What are the different data types in java?
What does arrays sort do in java?
How to sort array of 0 and 1 in java?
Convert a BST into a DLL and DLL to BST in place.
If two threads have same priority which thread will be executed first ?
What is the base class of all exception classes in java?
Is string an object?
What will happen if static modifier is removed from the signature of the main method?
What is collection class in java? List down its methods and interfaces.