Computer Applications

valueOf() function converts

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

Java Library Classes

25 Likes

Answer

String to primitive type

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

Answered By

15 Likes


Related Questions