Java language philosophy question

Posted by BlessedKey on Stack Overflow See other posts from Stack Overflow or by BlessedKey
Published on 2010-03-11T17:51:20Z Indexed on 2010/03/11 17:54 UTC
Read the original article Hit count: 401

Why was java defined such that methods may take as input multiple parameters, but may only return a single object (or void)? Did it make the language somehow easier to implement or use?

© Stack Overflow or respective owner

Related posts about java

Related posts about philosophy