May I ask you - why you use f=Float.valueOf(s).floatValue()?
You use last expression .floatValue(), while at the step f=Float.valueOf(s) we already received the boxed Float.
So, what's the point to use f=Float.valueOf(s).floatValue() versus f=Float.valueOf(s) ?
About Question enthuware.ocpjp.i.v11.2.984 :
Moderator: admin
-
- Posts: 11
- Joined: Wed Jun 26, 2019 12:43 pm
- Contact:
-
- Site Admin
- Posts: 10388
- Joined: Fri Sep 10, 2010 9:26 pm
- Contact:
Re: About Question enthuware.ocpjp.i.v11.2.984 :
There is no need for it actually. It is there only to confuse you 

Who is online
Users browsing this forum: No registered users and 11 guests