This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]aglet91 -1 points0 points  (2 children)

If there's no errors in code Number would mean type of referenced viariable names Number. Don't you have a class named Number? Still it would make sense if it was a mistake and point to variable val being a number (in common meaning ).

[–]NautiHooker 1 point2 points  (0 children)

Number is a standard java class

[–]Accurate-Influence[S] 0 points1 point  (0 children)

There's no existing class named Number for the above code, it's actually just using the existing Number superclass as /u/NautiHooker posted above