Skip to main content
7 events
when toggle format what by license comment
May 20, 2015 at 21:32 comment added user102008 "Objects" are not values in Java (there are no "object types" in Java). Everything that is not a primitive is a reference. You cannot return "an object" or "a list of objects". You can only return "a reference" or "a reference to a list of references". Objects can only be manipulated through references.
May 20, 2015 at 12:48 answer added Ben Aaronson timeline score: 3
S May 20, 2015 at 12:11 history suggested null CC BY-SA 3.0
fixed code
May 20, 2015 at 11:51 review Suggested edits
S May 20, 2015 at 12:11
May 20, 2015 at 8:42 answer added ratchet freak timeline score: 4
May 20, 2015 at 8:32 review First posts
May 21, 2015 at 0:35
May 20, 2015 at 8:30 history asked John CC BY-SA 3.0