Method Invocation and Return
Summary:
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.
The ability to add new comments in this discussion is temporarily disabled.
Most recent reply: June 1, 1997 8:34 AM by
Bill
|
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
|
|