Posts: 409 / Nickname: bv / Registered: January 17, 2002 4:28 PM
Method Invocation and Return
June 1, 1997 8:34 AM
|
This article takes a look at how method invocation and return is handled by the Java virtual machine, with a close inspection of the relevant bytecodes is included. The article ends with a source-code example of method invocation.
Read this Artima.com article: http://www.artima.com/underthehood/invocation.html |