Computer Applications

valueOf() function converts

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

Java Library Classes

26 Likes

Answer

String to primitive type

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

Answered By

16 Likes


Related Questions