Computer Applications

State the method that:

  1. Converts a string to a primitive float data type.
  2. Determines if the specified character is an uppercase character.

Java Library Classes

ICSE 2012

22 Likes

Answer

  1. Float.parseFloat()
  2. Character.isUpperCase()

Answered By

14 Likes


Related Questions