Computer Applications
State the method that:
- Converts a string to a primitive float data type.
- Determines if the specified character is an uppercase character.
Java Library Classes
ICSE 2012
22 Likes
Answer
- Float.parseFloat()
- Character.isUpperCase()
Answered By
14 Likes
Related Questions
Assertion (A): Integer class can be used in the program without calling a package.
Reason (R): It belongs to the default package java.lang.
- Both Assertion (A) and Reason (R) are true and Reason (R) is a correct explanation of Assertion (A)
- Both Assertion (A) and Reason (R) are true and Reason (R) is not a correct explanation of Assertion(A)
- Assertion (A) is true and Reason (R) is false
- Assertion (A) is false and Reason (R) is true
Differentiate between boxing and unboxing.