Computer Applications

The valueOf() method returns the …………… .

  1. string representation of the argument
  2. int representation of the argument
  3. boolean representation of the argument
  4. character representation of the argument

Java String Handling

4 Likes

Answer

string representation of the argument

Reason — The valueOf() method returns the string representation of the argument.

Answered By

2 Likes


Related Questions