Why is invokespecial used to invoke <init> method in java?
I read at multiple places but could not understand the perfect reason?
Any help would be appreciated.
|
Why is I read at multiple places but could not understand the perfect reason? Any help would be appreciated. |
|||
|
From here:
Also from here:
Second quotation is the most applicable to your question cause we know that calling constructor ( |
||||
|
|
|
These link are useful with very simple language http://arhipov.blogspot.in/2011/01/java-bytecode-fundamentals.html http://commons.apache.org/bcel/manual.html This article from ibm is also nice with good example http://www.ibm.com/developerworks/ibm/library/it-haggar_bytecode/ |
|||
|
|
invokestatic? – bellum Dec 5 '12 at 10:48