1.

State the method that:(i) Converts a string to a primitive float data type. (ii) Determines if the specified character is an uppercase character.

Answer»

(i) Float.valueOf (); 

(ii) Character.isUpperCase ();



Discussion

No Comment Found

Related InterviewSolutions