Community Member Profile
Klaas-Jan Winkel
Member since Feb 10, 2011
- Profile: /members/7773-Klaas-Jan-Winkel.htm
- Comments: 1
- Points: 11
Recent Blog Comments By Klaas-Jan Winkel
-
ColdFusion CreateObject() vs. Java NewInstance()
Posted on Feb 10, 2011 at 8:40 AM
There might be 2 things making that the test results are not faster for newInstance: - the newInstance method is called on a java proxy. Which might wrap the new instance anyway, just like createobject. - The random name adding could be slower then creating objects, therefore it could... read more »



