How do we read number information from my applets parameters, given that Applets getParameter() method returns a string?

Submitted by: Administrator
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.
Submitted by: Administrator

Read Online Java Applet Job Interview Questions And Answers