James Telfer
Member since Nov 1, 2011
- Profile: /members/9194-james-telfer.htm
- Comments: 1
Recent Blog Comments By James Telfer
-
How ColdFusion CreateObject() Really Works With Java Objects
Posted on Nov 1, 2011 at 6:07 PM
One quick point: I'm less certain that "object instantiation is a costly process" - object instantiation is strongly optimized on the JVM, and even reflection has far less cost than before. IMO, the reason for the init pattern is to allow access to statics with less hoops; though this cr... read more »