Computer Applications

valueOf() function converts

  1. Primitive type to String
  2. String to primitive type
  3. character to String
  4. None

Java Library Classes

31 Likes

Answer

String to primitive type

Reason — valueOf() function converts String to primitive type.

Answered By

19 Likes


Related Questions