Thread
:
Quiz Time
View Single Post
#
125
(
permalink
)
05-13-2008, 09:12 AM
rjuyal
Senior Member
Join Date: Mar 2008
Location: Delhi, India
Posts: 187
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
rjuyal
View Public Profile
Send a private message to rjuyal
Find all posts by rjuyal