Thread: Quiz Time
View Single Post
  #125 (permalink)  
Old 05-13-2008, 09:12 AM
rjuyal's Avatar
rjuyal rjuyal is offline
Senior Member
 
Join Date: Mar 2008
Location: Delhi, India
Posts: 187
rjuyal is on a distinguished road
Eranga
Quote:
first line too. How I miss it
NumberFormatException

Code:
public Integer(String s) throws NumberFormatException { this.value = parseInt(s, 10); }
Even the constructor uses that static method parseInt
__________________
i am the future
Reply With Quote