1.

How Do We Read Number Information From My Applets Parameters, Given That Applets Getparameter() Method Returns A String?

Answer»

Use the parseInt() method in the Integer CLASS, the Float(STRING) CONSTRUCTOR or parseFloat() method in the Class Float, or the DOUBLE(String) constructor or parseDoulbl() method in the class Double.

Use the parseInt() method in the Integer Class, the Float(String) constructor or parseFloat() method in the Class Float, or the Double(String) constructor or parseDoulbl() method in the class Double.



Discussion

No Comment Found