Java class file: Difference between revisions

Content deleted Content added
Line 46:
* '''[[Method (computing)|Method]]s''': Any methods in the class
* '''Attributes''': Any attributes of the class (for example the name of the sourcefile, etc.)
 
There is a handy [[mnemonic]] for remembering these 10:
'''M'''y '''V'''ery '''C'''ute '''A'''nimal '''T'''urns '''S'''avage '''I'''n '''F'''ull '''M'''oon '''A'''reas.
 
Magic, Version, Constant, Access, This, Super, Interfaces, Fields, Methods, Attributes (MVCATSIFMA)
 
===Magic Number===