android java memory management

Posted by mixm on Stack Overflow See other posts from Stack Overflow or by mixm
Published on 2010-04-29T21:58:12Z Indexed on 2010/04/29 22:17 UTC
Read the original article Hit count: 343

Filed under:
|
|

how are static method calls handled by the JVM? does it still allocate memory when a call is made? if yes, how does garbage collection treat this allocation after the method call?

© Stack Overflow or respective owner

Related posts about android

Related posts about java