What is NumberFormatException?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What is NumberFormatException?
Rating:
NumberFormatException is a subclass of the RuntimeException class. An object of type NumberFormatException is thrown when an application attempts to convert a string (that does not represent a number) into a numeric type.
Rating:
Was this information helpful?
Other articles
- What is the Date class?
- What is a covariant return?
- What is the Pattern class?
- What is serialization?
- What is the synchronized keyword?