Prepare Interview

Mock Exams

Make Homepage

Bookmark this page

Subscribe Email Address

Java%20Applet%20Interview%20Questions%20and%20Answers

Question: 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.

Is it helpful? Yes No

Most helpful rated by users:

©2024 WithoutBook