LWN.net Logo

Compiled Java

Compiled Java

Posted Nov 5, 2009 18:21 UTC (Thu) by khc (subscriber, #45209)
In reply to: Compiled Java by jengelh
Parent article: Welte: Android Mythbusters (Matt Porter)

usually you want to pass primitive types by reference because your function needs to modify it. In Java, Integer is immutable so you can't use Integer to substitute for int in that case anyway.


(Log in to post comments)

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds