How can a number be converted to a string?

Answer Posted / hrpynux@gmail.com

We can convert int to String in java using String. valueOf() and Integer. toString() methods. Alternatively, we can use String.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions

606


a way in which a pointer stores the address of a pointer which stores the value of the target value a) reference b) allocation c) multiple indirection d) none

622


What is the heap?

678


Explain about the constants which help in debugging?

842


In this problem you are to write a program that will cut some number of prime numbers from the list of prime numbers between 1 and N.Your program will read in a number N; determine the list of prime numbers between 1 and N; and print the C*2 prime numbers from the center of the list if there are an even number of prime numbers or (C*2)-1 prime numbers from the center of the list if there are an odd number of prime numbers in the list.

1372






What is a char c?

586


Can main () be called recursively?

621


Explain what are binary trees?

604


What is the value of c?

566


What is volatile variable in c?

652


What is boolean in c?

601


What are the advantages of external class?

588


program for reversing a selected line word by word when multiple lines are given without using strrev

1937


What is memcpy() function?

615


Write a program to identify if a given binary tree is balanced or not.

678