Computer Applications

valueOf() function converts

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

Java Library Classes

30 Likes

Answer

String to primitive type

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

Answered By

18 Likes


Related Questions