method objects meaning in English
方法对象
Examples
- By default , the 1 . 4 . 1 jdk divides the heap into two sections , a young generation and an old generation . actually , there is also a third section , the permanent space , which is used for storing loaded class and method objects
在默认情况下, jdk 1 . 4 . 1将堆分为两部分,一个年轻的代和一个老的代(实际上,还有第三部分永久空间,它用于存储装载的类和方法对象) 。 - When the method object is called with an argument list , it is unpacked again , a new argument list is constructed from the instance object and the original argument list , and the function object is called with this new argument list
以一个参数列表调用方法对象时,它被重新拆封,用实例对象和原始的参数列表构造一个新的参数列表,然后函数对象调用这个新的参数列表。